[PATCH] D42772: [X86] Allow KTEST instruction to be used for testing if a mask is all ones

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 02:09:22 PST 2018


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/avx512-mask-op.ll:2839
 
+; Make sure we don't emit a ktest for signed comparisons.
+define void @ktest_allones(<16 x i32> %x, <16 x i32> %y) {
----------------
Fix the comment


https://reviews.llvm.org/D42772





More information about the llvm-commits mailing list