diff options
author | Florian Hahn <flo@fhahn.com> | 2024-04-15 12:27:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 12:27:45 +0100 |
commit | 6254b6dd892728306ddfe657f10eb43a3799864d (patch) | |
tree | 2794b679fd0fd11bff5cfc98d0d4b429a9cc86ba /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | d48ebac0389ba75defce5bd83d8539d51008b28d (diff) | |
download | llvm-6254b6dd892728306ddfe657f10eb43a3799864d.zip llvm-6254b6dd892728306ddfe657f10eb43a3799864d.tar.gz llvm-6254b6dd892728306ddfe657f10eb43a3799864d.tar.bz2 |
[VPlan] Version VPValue names in VPSlotTracker. (#81411)
This patch restructures the way names for printing VPValues are handled.
It moves the logic to generate names for printing to VPSlotTracker.
VPSlotTracker will now version names of the same underlying value if it
is used by multiple VPValues, by adding a .V suffix to the name.
This fixes cases where at the moment the same name is printed for
different VPValues.
PR: https://github.com/llvm/llvm-project/pull/81411
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions