[llvm] [X86][AVX512] Better lowering for `_mm512_maskz_shuffle_epi32` (PR #121147)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 05:46:08 PST 2025


================
@@ -990,3 +990,23 @@ bb:
   ret void
 }
 
+define <8 x i64> @pr121147(<8 x i64> %a) {
----------------
RKSimon wrote:

rename the test based off the shuffle mask and mention pr121147 as a comment.

https://github.com/llvm/llvm-project/pull/121147


More information about the llvm-commits mailing list