[PATCH] D38684: [X86][AVX512] lowering broadcastm intrinsic - llvm part

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 06:03:17 PDT 2017


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/avx512cd-intrinsics-fast-isel.ll:4
+
+define <8 x i64> @test_mm512_broadcastmb_epi64(<8 x i64> %a, <8 x i64> %b) local_unnamed_addr #0 {
+; CHECK-LABEL: test_mm512_broadcastmb_epi64:
----------------
Strip the attributes


================
Comment at: test/CodeGen/X86/avx512vlcd-intrinsics-fast-isel.ll:4
+
+define <2 x i64> @test_mm_broadcastmb_epi64(<2 x i64> %a, <2 x i64> %b) local_unnamed_addr #0 {
+; CHECK-LABEL: test_mm_broadcastmb_epi64:
----------------
Strip the attributes


https://reviews.llvm.org/D38684





More information about the llvm-commits mailing list