[llvm] [VPlan] Add VPWidenInduction recipe as common base class (NFC). (PR #120008)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 15 11:53:57 PST 2024
================
@@ -2099,38 +2099,81 @@ class VPHeaderPHIRecipe : public VPSingleDefRecipe {
}
};
+/// Base class for widened induction (VPWidenIntOrFpInductionRecipe and
----------------
ayalz wrote:
Independent: perhaps worth handling Int and FP separately?
https://github.com/llvm/llvm-project/pull/120008
More information about the llvm-commits
mailing list