[llvm] [VPlan] Track VPValue names in VPlan. (PR #81411)

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 00:26:47 PDT 2024


================
@@ -466,6 +478,8 @@ class VPSlotTracker {
       return -1;
     return I->second;
   }
+
----------------
ayalz wrote:

Worth documenting?

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


More information about the llvm-commits mailing list