[llvm] [llvm-objdump] Optimize live element tracking (PR #158763)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 20 01:16:25 PST 2025
================
@@ -147,6 +169,7 @@ void LiveElementPrinter::addVariable(DWARFDie FuncDie, DWARFDie VarDie) {
}
for (const DWARFLocationExpression &LocExpr : *Locs) {
+ std::unique_ptr<LiveVariable> NewVar;
----------------
jh7370 wrote:
Unused?
https://github.com/llvm/llvm-project/pull/158763
More information about the llvm-commits
mailing list