mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225368 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1d04b11927
commit
bc2572cac5
@ -6878,6 +6878,7 @@ SDValue DAGCombiner::visitFADD(SDNode *N) {
|
|||||||
}
|
}
|
||||||
} // enable-unsafe-fp-math
|
} // enable-unsafe-fp-math
|
||||||
|
|
||||||
|
|
||||||
// FADD -> FMA combines:
|
// FADD -> FMA combines:
|
||||||
if ((Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath) &&
|
if ((Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath) &&
|
||||||
TLI.isFMAFasterThanFMulAndFAdd(VT) &&
|
TLI.isFMAFasterThanFMulAndFAdd(VT) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user