[llvm] [LV] Bundle sub reductions into VPExpressionRecipe (PR #147255)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 21 08:27:55 PDT 2025
================
@@ -2725,6 +2729,31 @@ void VPExpressionRecipe::print(raw_ostream &O, const Twine &Indent,
O << ")";
break;
}
+ case ExpressionTypes::ExtNegatedMulAccReduction: {
----------------
SamTebbs33 wrote:
I did miss this, thanks. It should be irrelevant now that that expression type is gone.
https://github.com/llvm/llvm-project/pull/147255
More information about the llvm-commits
mailing list