[PATCH] D35179: [X86][AVX512] Add patterns for masked AVX512 floating point compare instructions that were missing.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 23 03:23:14 PDT 2017


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/avx512vl-vec-masked-cmp.ll:6
+; Please update the test accordingly.
+
 define zeroext i32 @test_vpcmpeqb_v16i1_v32i1_mask(<2 x i64> %__a, <2 x i64> %__b) local_unnamed_addr {
----------------
Please can you submit the new test cases with the current codegen and then update this patch to show the diffs? I updated the test file a while ago (after this patch was created) to show the mess that KNL (NoVLX) makes. You should be able to use update_llc_test_checks.py as well now.


https://reviews.llvm.org/D35179





More information about the llvm-commits mailing list