[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:26 PST 2025
================
@@ -160,6 +183,9 @@ void LiveElementPrinter::addVariable(DWARFDie FuncDie, DWARFDie VarDie) {
LiveElements.emplace_back(
std::make_unique<LiveVariable>(WholeFuncExpr, VarName, U, FuncDie));
}
+
+ // Register the new variable to all data structures.
----------------
jh7370 wrote:
to -> with
https://github.com/llvm/llvm-project/pull/158763
More information about the llvm-commits
mailing list