[llvm] [VPlan] Verify dominance for incoming values of phi-like recipes. (PR #124838)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu May 15 03:07:56 PDT 2025
================
@@ -3283,6 +3295,43 @@ class VPScalarIVStepsRecipe : public VPRecipeWithIRFlags,
}
};
+/// Casting from VPRecipeBase -> VPPhiAccessors is supported for all recipe
+/// types implementing VPPhiAccessors.
----------------
fhahn wrote:
Adde a note, thanks!
https://github.com/llvm/llvm-project/pull/124838
More information about the llvm-commits
mailing list