[PATCH] D66888: [LiveDebugValues] Insert entry values after bundles
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 28 08:59:43 PDT 2019
dstenb created this revision.
dstenb added reviewers: djtodoro, NikolaPrica, aprantl, vsk.
dstenb added a project: debug-info.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
Change LiveDebugValues so that it inserts entry values after the bundle
which contains the clobbering instruction. Previously it would insert
the debug value after the bundle head using insertAfter(), breaking the
bundle.
Repository:
rL LLVM
https://reviews.llvm.org/D66888
Files:
llvm/lib/CodeGen/LiveDebugValues.cpp
llvm/test/DebugInfo/MIR/Hexagon/lit.local.cfg
llvm/test/DebugInfo/MIR/Hexagon/live-debug-values-bundled-entry-values.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66888.217663.patch
Type: text/x-patch
Size: 8505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190828/f747ee73/attachment.bin>
More information about the llvm-commits
mailing list