[llvm] [VPlan] Add VPPhiAccessors to provide interface for phi recipes (NFC) (PR #129388)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 26 13:47:02 PDT 2025
================
@@ -1953,8 +2006,8 @@ class VPWidenPointerInductionRecipe : public VPWidenInductionRecipe,
/// recipe is placed in an entry block to a (non-replicate) region, it must have
/// exactly 2 incoming values, the first from the predecessor of the region and
/// the second from the exiting block of the region.
-class VPWidenPHIRecipe : public VPSingleDefRecipe {
- /// Name to use for the generated IR instruction for the widened phi.
----------------
fhahn wrote:
Accidentially dropped during merge, restored, thanks
https://github.com/llvm/llvm-project/pull/129388
More information about the llvm-commits
mailing list