OSDN Git Service

Update DBG_VALUE register operand during LiveInterval operations
authorYury Delendik <ydelendik@mozilla.com>
Tue, 21 Aug 2018 17:48:28 +0000 (17:48 +0000)
committerYury Delendik <ydelendik@mozilla.com>
Tue, 21 Aug 2018 17:48:28 +0000 (17:48 +0000)
commit985ee9ed7659584eb11ac01521d28232b70b217e
tree649374b5e9d402ca7c0d9a55780c67a6e600fa7e
parent43485c44688570f4cfdcb59ade3c62ac8d42cb1b
Update DBG_VALUE register operand during LiveInterval operations

Summary:
Handling of DBG_VALUE in ConnectedVNInfoEqClasses::Distribute() was fixed in
PR16110. However DBG_VALUE register operands are not getting updated. This
patch properly resolves the value location.

Reviewers: MatzeB, vsk

Reviewed By: MatzeB

Subscribers: kparzysz, thegameg, vsk, MatzeB, dschuff, sbc100, jgravelle-google, aheejin, sunfish, llvm-commits

Tags: #debug-info

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340310 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveInterval.cpp
test/DebugInfo/WebAssembly/dbg-value-live-interval.ll [new file with mode: 0644]