[PATCH] D74053: [DebugInfo] Teach LDV how to handle identical variable fragments

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 08:31:15 PST 2020


Orlando marked an inline comment as done.
Orlando added inline comments.


================
Comment at: llvm/lib/CodeGen/LiveDebugVariables.cpp:107
   unsigned locNo() const { return LocNo; }
+  const DIExpression *getExpression() { return Expression; }
   bool isUndef() const { return locNo() == UndefLocNo; }
----------------
This should be `const`. I'll fix this when I address reviewer comments.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74053/new/

https://reviews.llvm.org/D74053





More information about the llvm-commits mailing list