[llvm] [LV] Add support for partial reductions without a binary op (PR #133922)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 06:21:07 PDT 2025
================
@@ -2108,6 +2108,97 @@ for.exit: ; preds = %for.body
ret i32 %result
}
+define i32 @zext_add_reduc_i8_i32(ptr %a) {
----------------
david-arm wrote:
Done. I've also moved the non-dot-product tests from partial-reduce-dot-product.ll to a new partial-reduce.ll file.
https://github.com/llvm/llvm-project/pull/133922
More information about the llvm-commits
mailing list