]> granicus.if.org Git - llvm/commit
[CodeGen] Fix bugs in LiveDebugVariables when debug labels are generated.
authorHsiangkai Wang <hsiangkai@gmail.com>
Fri, 18 Jan 2019 07:17:09 +0000 (07:17 +0000)
committerHsiangkai Wang <hsiangkai@gmail.com>
Fri, 18 Jan 2019 07:17:09 +0000 (07:17 +0000)
commit1f379ad9ee9b09e38137bbf836675c68d1ae7a2b
tree74ea745c5f15e612cbf4ec9485ff03b28a772043
parenta3db7ac3457f887631d1e8f4d244cdd20d93cbe1
[CodeGen] Fix bugs in LiveDebugVariables when debug labels are generated.

Remove DBG_LABELs in LiveDebugVariables and generate them in
VirtRegRewriter.

This bug is reported in
https://bugs.chromium.org/p/chromium/issues/detail?id=898152.

Differential Revision: https://reviews.llvm.org/D54465

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351525 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveDebugVariables.cpp
test/CodeGen/Generic/live-debug-label.ll [new file with mode: 0644]