[PATCH] D48408: [Debugify] Diagnose mis-sized dbg.values

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 22 13:49:38 PDT 2018


vsk updated this revision to Diff 152538.
vsk edited the summary of this revision.
vsk added a comment.

- Simplify the commit description.
- Use a helper function to clean up the code.
- Remove the exception for integer values which are larger than their described variables, as it's not clear whether debuggers can always truncate to display the right value.


https://reviews.llvm.org/D48408

Files:
  test/DebugInfo/debugify-bogus-dbg-value.ll
  tools/opt/Debugify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48408.152538.patch
Type: text/x-patch
Size: 5454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180622/32dd76c9/attachment.bin>


More information about the llvm-commits mailing list