[llvm] [VPlan] Track VPValue names in VPlan. (PR #81411)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 14 04:59:55 PDT 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;
----------------
fhahn wrote:
Yes, it is needed to retrieve names for live-in VPValues that don't have underlying IR values
https://github.com/llvm/llvm-project/pull/81411
More information about the llvm-commits
mailing list