[llvm] [LV] Bundle sub reductions into VPExpressionRecipe (PR #147255)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 20 07:56:57 PDT 2025
================
@@ -416,3 +416,146 @@ exit:
%r.0.lcssa = phi i64 [ %rdx.next, %loop ]
ret i64 %r.0.lcssa
}
+
+define i32 @print_mulacc_sub(ptr %a, ptr %b) {
----------------
fhahn wrote:
Ah, the codegen changes will be covered by the existing tests, just curious if it would be possible to add a test that benefits from the cost changes?
https://github.com/llvm/llvm-project/pull/147255
More information about the llvm-commits
mailing list