[llvm] [AArch64] Don't allow mixed partial reductions without i8mm (PR #137602)

Sam Tebbs via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 30 07:26:57 PDT 2025


================
@@ -225,8 +225,203 @@ for.exit:                        ; preds = %for.body
   ret i32 %add
 }
 
+define i32 @dotp_z_s_neon(ptr %a, ptr %b) #1 {
----------------
SamTebbs33 wrote:

Done. I've called this one sudot_neon since it's `mul(sext, zext)`.

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


More information about the llvm-commits mailing list