[PATCH] D27144: [AVX-512] Correctly preserve the passthru semantics of the FMA scalar intrinsics

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 09:55:38 PST 2016


craig.topper added a comment.

I'm removing it because I'm checking for it being a scalar opcode and which src operand the scalar opcode expects to be preserved. The SELECTS should be created at the same time as the scalar opcode and the opcode already conveys which source might be bound to the SELECTS. So it should be unneeded now.


https://reviews.llvm.org/D27144





More information about the llvm-commits mailing list