Test commit

llvm-svn: 225368
This commit is contained in:
Olivier Sallenave 2015-01-07 19:45:17 +00:00
parent b994d0c0c5
commit e64ad7cedd
1 changed files with 1 additions and 0 deletions

View File

@ -6878,6 +6878,7 @@ SDValue DAGCombiner::visitFADD(SDNode *N) {
}
} // enable-unsafe-fp-math
// FADD -> FMA combines:
if ((Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath) &&
TLI.isFMAFasterThanFMulAndFAdd(VT) &&