[PATCH] D45616: [X86] Lower _mm[256|512]_cmp[.]_mask intrinsics to native llvm IR
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 17 18:11:48 PDT 2018
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM with that one comment.
================
Comment at: lib/CodeGen/CGBuiltin.cpp:10070
+
+ assert(CC < 0x20 && "condition code should be validated by sema checking");
+
----------------
Sink this into the switch as the default case with an llvm_unreachable
https://reviews.llvm.org/D45616
More information about the cfe-commits
mailing list