[PATCH] D16296: [AVX512] Adding VPERMB Intrinsics
Igor Breger via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 06:24:49 PST 2016
igorb added inline comments.
================
Comment at: test/CodeGen/X86/avx512vbmi-intrinsics.ll:5
@@ +4,3 @@
+
+define <16 x i8>@test_int_x86_avx512_mask_permvar_qi_128(<16 x i8> %x0, <16 x i8> %x1, <16 x i8> %x2, i16 %x3) {
+; CHECK-LABEL: test_int_x86_avx512_mask_permvar_qi_128:
----------------
please split this file ( 512bit require only AVX512VBMI , and 128/256bit AVX512VBMI + AVX512VL)
http://reviews.llvm.org/D16296
More information about the llvm-commits
mailing list