[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:47:15 PST 2025


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

actually, no need to mention pr121147 - that's the pull request id, not the problem report number

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


More information about the llvm-commits mailing list