[llvm] [VPlan] Fold VPDef into VPRecipeBase (NFC). (PR #174282)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 14 14:31:04 PST 2026
================
@@ -212,10 +210,13 @@ class VPRecipeValue : public VPValue {
friend class VPValue;
friend class VPDef;
/// Pointer to the VPDef that defines this VPValue.
----------------
ayalz wrote:
```suggestion
/// Pointer to the VPRecipeBase that defines this VPValue.
```
https://github.com/llvm/llvm-project/pull/174282
More information about the llvm-commits
mailing list