[PATCH] D45202: [X86] Replacing X86-specific floor and ceil vector intrinsics with generic LLVM intrinsics

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 5 09:25:11 PDT 2018


craig.topper added a comment.

But it’s not really consistent because the mask is being removed early for the packed intrinsics, but late for the scalar intrinsics. Doesn’t it also introduce extra code for fast isel?


https://reviews.llvm.org/D45202





More information about the cfe-commits mailing list