[PATCH] D55396: [DebugInfo] Make sure CodeGenPrepare does not drop MD references to locals.

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 10 17:04:26 PST 2018


wolfgangp updated this revision to Diff 177622.
wolfgangp removed a reviewer: dexonsmith.
wolfgangp added a comment.

Revised to explicitly keep track of uses in dbg value intrinsics . This is more straightforward and does not miss any edge cases as in the previous implementation. Thanks to Vedant for the suggestion.


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

https://reviews.llvm.org/D55396

Files:
  lib/CodeGen/CodeGenPrepare.cpp
  test/DebugInfo/Generic/codegenprep-value.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55396.177622.patch
Type: text/x-patch
Size: 4565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181211/0c251c0b/attachment.bin>


More information about the llvm-commits mailing list