[llvm] [AArch64][SelectionDAG] Enable new partial reduction lowering by default (PR #143565)

Sam Tebbs via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 11 01:57:43 PDT 2025


================
@@ -649,69 +774,93 @@ define <4 x i32> @udot_no_bin_op(<4 x i32> %acc, <16 x i8> %a){
 define <4 x i32> @udot_no_bin_op_in_loop(ptr %p){
----------------
SamTebbs33 wrote:

These check statements look identical to me, so they could share a `CHECK` prefix.

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


More information about the llvm-commits mailing list