[PATCH] D16531: AVX512: Fix truncate v32i8 to v32i1 lowering implementation.

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 00:47:01 PST 2016


delena added inline comments.

================
Comment at: test/CodeGen/X86/masked_memop.ll:4
@@ -3,2 +3,3 @@
 ; RUN: llc -mtriple=x86_64-apple-darwin -mattr=avx2 < %s | FileCheck %s --check-prefix=AVX --check-prefix=AVX2
-; RUN: llc -mtriple=x86_64-apple-darwin -mattr=avx512f < %s | FileCheck %s --check-prefix=AVX512 --check-prefix=AVX512F
+; RUN: llc -mtriple=x86_64-apple-darwin -mattr=avx512f < %s | FileCheck %s --check-prefix=AVX512 --check-prefix=AVX512NoVL --check-prefix=AVX512F
+; RUN: llc -mtriple=x86_64-apple-darwin -mattr=avx512f,avx512bw < %s | FileCheck %s --check-prefix=AVX512 --check-prefix=AVX512NoVL --check-prefix=AVX512BW
----------------
Please put this check it in a separate test.


Repository:
  rL LLVM

http://reviews.llvm.org/D16531





More information about the llvm-commits mailing list