[PATCH] D38683: [X86][AVX512] lowering broadcastm intrinsic - clang part
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 10 06:01:22 PDT 2017
RKSimon added inline comments.
================
Comment at: test/CodeGen/avx512cdintrin.c:106
+ // CHECK: insertelement <16 x i32> %{{.*}}, i32 %{{.*}}
+ return _mm512_broadcastmw_epi32(_mm512_cmpeq_epi32_mask ( a, b));
}
----------------
Any reason why you can't use the actual insertion indices instead of regexps?
https://reviews.llvm.org/D38683
More information about the cfe-commits
mailing list