[PATCH] D52921: [LiveDebugValues] Extend var ranges through artificial blocks

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 5 14:16:07 PDT 2018


vsk updated this revision to Diff 168525.
vsk marked an inline comment as done.
vsk added a comment.

Address review feedback.

- @NikolaPrica The MIR parser has bugs causing it to be extremely sensitive around comments. I couldn't write a reasonable a set of CHECK lines the MIR parser would accept.
- Split out logic to label artificial blocks from the initialization step.


https://reviews.llvm.org/D52921

Files:
  llvm/lib/CodeGen/LiveDebugValues.cpp
  llvm/test/DebugInfo/AArch64/compiler-gen-bbs-livedebugvalues.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52921.168525.patch
Type: text/x-patch
Size: 6681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181005/ac5cefb1/attachment.bin>


More information about the llvm-commits mailing list