[llvm] [llvm-objdump] Add inlined function display support (PR #142246)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 6 18:13:45 PDT 2025


================
@@ -276,17 +364,18 @@ void LiveVariablePrinter::printBetweenInsts(formatted_raw_ostream &OS,
           OS << "  ";
       }
 
+      auto &LV = LiveElements[ActiveCols[ColIdx].ElementIdx];
----------------
gulfemsavrun wrote:

Done.

https://github.com/llvm/llvm-project/pull/142246


More information about the llvm-commits mailing list