[PATCH] D62314: [DebugInfo] Use FrameDestroy to extend stack locations to the end of a function

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 13:06:53 PDT 2019


aprantl added inline comments.


================
Comment at: lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp:280
           // debuggers to understand that stack-locations are destroyed on
           // frame destruction.
+          else if (MO.getReg() != FrameReg ||
----------------
Is this comment still up-to-date?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62314





More information about the llvm-commits mailing list