[DAGCombine] Remove commented-out code from r299096

llvm-svn: 299571
This commit is contained in:
Adam Nemet 2017-04-05 17:58:44 +00:00
parent 50c82c4395
commit 99e347fc35
1 changed files with 1 additions and 1 deletions

View File

@ -8819,7 +8819,7 @@ SDValue DAGCombiner::visitFADDForFMACombine(SDNode *N) {
N0));
}
if (/*AllowFusion &&*/ LookThroughFPExt) {
if (LookThroughFPExt) {
// fold (fadd (fma x, y, (fpext (fmul u, v))), z)
// -> (fma x, y, (fma (fpext u), (fpext v), z))
auto FoldFAddFMAFPExtFMul = [&] (