[llvm] [VPlan] Remove ResumePhi opcode, use regular PHI instead (NFC). (PR #140405)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed May 28 08:37:17 PDT 2025


================
@@ -887,11 +887,6 @@ class VPInstruction : public VPRecipeWithIRFlags,
     SLPStore,
     ActiveLaneMask,
     ExplicitVectorLength,
-    /// Creates a scalar phi in a leaf VPBB with a single predecessor in VPlan.
-    /// The first operand is the incoming value from the predecessor in VPlan,
-    /// the second operand is the incoming value for all other predecessors
-    /// (which are currently not modeled in VPlan).
----------------
fhahn wrote:

This comment wasn't accruate any longer; they now have incoming values for all predecssors, hence being 'full' phis.

https://github.com/llvm/llvm-project/pull/140405


More information about the llvm-commits mailing list