[llvm-branch-commits] [llvm] [LV] Reduce register usage for scaled reductions (PR #133090)
Nicholas Guy via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Mar 26 07:27:59 PDT 2025
================
@@ -2031,17 +2033,19 @@ class VPReductionPHIRecipe : public VPHeaderPHIRecipe,
/// scalar value.
class VPPartialReductionRecipe : public VPSingleDefRecipe {
unsigned Opcode;
+ unsigned ScaleFactor;
----------------
NickGuy-Arm wrote:
Nit: Could this be `VFScaleFactor` to match the equivalent in `VPReductionPHIRecipe`?
https://github.com/llvm/llvm-project/pull/133090
More information about the llvm-branch-commits
mailing list