[llvm] [VPlan] Fold VPDef into VPRecipeBase (NFC). (PR #174282)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 11 08:58:42 PST 2026


================
@@ -10,9 +10,9 @@
 /// This file contains the declarations of the entities induced by Vectorization
 /// Plans, e.g. the instructions the VPlan intends to generate if executed.
 /// VPlan models the following entities:
-/// VPValue   VPUser   VPDef
-///    |        |
-///   VPInstruction
+/// VPValue   VPUser   VPRecipeBase
+///    |        |         |
+///   VPInstruction ------+
----------------
fhahn wrote:

Yes, this deserves updating separately I think

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


More information about the llvm-commits mailing list