[llvm] [LV] NFCI: Create VPExpressions in transformToPartialReductions. (PR #182863)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 01:52:15 PDT 2026
================
@@ -6318,7 +6333,8 @@ matchExtendedReductionOperand(VPWidenRecipe *UpdateR, VPValue *Op,
Op = NegatedOp;
VPWidenRecipe *BinOp = dyn_cast<VPWidenRecipe>(Op);
----------------
fhahn wrote:
`MulOp` now slightly more accurate
```suggestion
VPWidenRecipe *MulOp = dyn_cast<VPWidenRecipe>(Op);
```
https://github.com/llvm/llvm-project/pull/182863
More information about the llvm-commits
mailing list