While sinking machine instructions, sink matching DBG_VALUEs also otherwise live...
authorDevang Patel <dpatel@apple.com>
Wed, 7 Sep 2011 00:07:58 +0000 (00:07 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 7 Sep 2011 00:07:58 +0000 (00:07 +0000)
commit541a81cc2bb8b66960e788b1d8441536354b79b8
treebc861167e54e16ed1fd89fe0e17832ef709357ec
parentc8725d11f8756c57bdbceccc61062a9d560261c5
While sinking machine instructions, sink matching DBG_VALUEs also otherwise live debug variable pass will drop DBG_VALUEs on the floor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139208 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineSink.cpp
test/CodeGen/X86/MachineSink-DbgValue.ll [new file with mode: 0644]