[llvm] [LV] Allow partial reductions with an extended bin op (PR #165536)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 4 05:05:25 PST 2025
================
@@ -2123,6 +2123,512 @@ for.exit: ; preds = %for.body
ret i32 %result
}
+define i32 @dotp_ext_mul(i64 %n, ptr %a, i8 %b) {
----------------
fhahn wrote:
I think it might make sense to split up the file, as it s getting quite big. We probably also do not need to check for all possible combinations for all tests, especially the negative ones
https://github.com/llvm/llvm-project/pull/165536
More information about the llvm-commits
mailing list