[llvm] [LV] Use VPReductionRecipe for partial reductions (PR #147513)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 18 07:14:18 PST 2025


================
@@ -410,8 +410,8 @@ define i32 @dotp_predicated(i64 %N, ptr %a, ptr %b) {
 ; CHECK-NEXT:    [[TMP178:%.*]] = sext <16 x i8> [[TMP177]] to <16 x i32>
 ; CHECK-NEXT:    [[TMP97:%.*]] = sext <16 x i8> [[TMP159]] to <16 x i32>
 ; CHECK-NEXT:    [[TMP179:%.*]] = mul nsw <16 x i32> [[TMP178]], [[TMP97]]
----------------
fhahn wrote:

It’s a bit difficult to see with the rest changes, but I assume this the change is NFC and the test changes are just stray updates

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


More information about the llvm-commits mailing list