[PATCH] D38684: [X86][AVX512] lowering broadcastm intrinsic - llvm part
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 30 05:02:43 PDT 2017
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/avx512vlcd-intrinsics-fast-isel.ll:8
+; CHECK-NEXT: vpcmpeqd %xmm1, %xmm0, %k0
+; CHECK-NEXT: vpbroadcastmb2q %k0, %xmm0
+; CHECK-NEXT: retq
----------------
Why do the avx512vlcd fast-isel cases use the vpbroadcastmb2 instructions but the avx512cd cases go through the GPRs?
https://reviews.llvm.org/D38684
More information about the llvm-commits
mailing list