[PATCH] D27144: [AVX-512] Correctly preserve the passthru semantics of the FMA scalar intrinsics
Elena Demikhovsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 02:20:42 PST 2016
delena added inline comments.
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:31801
- auto isScalarMaskedNode = [&](SDValue &V) {
- if (V.hasOneUse())
----------------
I remember that I did not check isScalarMaskedMode() in the first version and it was a bug.
Then I fixed it. Now you are removing it again..
https://reviews.llvm.org/D27144
More information about the llvm-commits
mailing list