[PATCH] D25984: FMA + FNEG combinations - fixed masked version
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 26 20:43:55 PDT 2016
craig.topper added inline comments.
================
Comment at: ../lib/Target/X86/X86ISelLowering.cpp:31283
+ };
+
auto invertIfNegative = [](SDValue &V) {
----------------
Should we also check that SELECTS also uses the result of the FMA node?
Repository:
rL LLVM
https://reviews.llvm.org/D25984
More information about the llvm-commits
mailing list