[PATCH] D37669: [X86][intrinsics] lower _mm[256|512]_mask[z]_set1_epi[8|16|32|64] intrinsic to IR

jina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 05:16:14 PDT 2017


jina.nahias added inline comments.


================
Comment at: test/CodeGen/X86/avx512-intrinsics.ll:4226
 
-define <8 x i64>@test_int_x86_avx512_mask_pbroadcastq_gpr_512(i64 %x0, <8 x i64> %x1, i8 %mask) {
-; CHECK-LABEL: test_int_x86_avx512_mask_pbroadcastq_gpr_512:
----------------
craig.topper wrote:
> We really need a 32-bit run line on this file. This test case throws an unreachable on trunk today.
it still throws an unreachable after my changes 


https://reviews.llvm.org/D37669





More information about the llvm-commits mailing list