[llvm] [InstrRef] Skip clobbered EntryValue register recovery (PR #142478)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 3 14:11:11 PDT 2025
================
@@ -668,6 +668,16 @@ class TransferTracker {
auto &[Var, DILoc] = DVMap.lookupDVID(VarID);
+ // If the expression is a DW_OP_entry_value, emit the variable location
+ // as-is.
----------------
jmorse wrote:
```suggestion
// If the expression is already a DW_OP_entry_value, emit the variable location
// as-is.
```
https://github.com/llvm/llvm-project/pull/142478
More information about the llvm-commits
mailing list