[llvm] [LV] Bundle sub reductions into VPExpressionRecipe (PR #147255)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 20 07:53:04 PDT 2025
================
@@ -2725,6 +2729,31 @@ void VPExpressionRecipe::print(raw_ostream &O, const Twine &Indent,
O << ")";
break;
}
+ case ExpressionTypes::ExtNegatedMulAccReduction: {
----------------
fhahn wrote:
Not sure if you've seen the comment above?
https://github.com/llvm/llvm-project/pull/147255
More information about the llvm-commits
mailing list