[llvm] [VPlan] Track VPValue names in VPlan. (PR #81411)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 12 09:00:56 PDT 2024
================
@@ -466,6 +478,8 @@ class VPSlotTracker {
return -1;
return I->second;
}
+
----------------
fhahn wrote:
Adde documentation, thanks!
https://github.com/llvm/llvm-project/pull/81411
More information about the llvm-commits
mailing list