[llvm] [VPlan] Track VPValue names in VPlan. (PR #81411)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 25 09:30:45 PST 2024
================
@@ -446,6 +461,7 @@ class VPBasicBlock;
/// VPlan and allows querying the numbering for printing, similar to the
/// ModuleSlotTracker for IR values.
class VPSlotTracker {
+ const VPlan *Plan;
----------------
ayalz wrote:
Does VPSlotTracker need Plan?
https://github.com/llvm/llvm-project/pull/81411
More information about the llvm-commits
mailing list