[PATCH] D91424: [DebugInfo] Improve debug info accuracy for locals after inlining alloca uses [2/3]

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 02:58:57 PST 2021


Orlando added a subscriber: bjope.
Orlando added a comment.

As @bjope points out on D91425 <https://reviews.llvm.org/D91425>, it should be mentioned that while solution will improve the debugging experience in a number of cases it isn't bulletproof. For example a pass could insert a non-debug instruction between the dbg.value+deref and the to-be-inlined call.


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

https://reviews.llvm.org/D91424



More information about the llvm-commits mailing list