Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware in
authorCameron Zwarich <zwarich@apple.com>
Sat, 23 Feb 2013 04:49:13 +0000 (04:49 +0000)
committerCameron Zwarich <zwarich@apple.com>
Sat, 23 Feb 2013 04:49:13 +0000 (04:49 +0000)
commit80885e524ffceaba5ed237338a10f807895e9f8e
tree95ffe4a1234ace88d0c928aa5718f1c10f854121
parent50354a3f4a5c9e3689d502a935430f2a57a44af2
Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware in
TwoAddressInstructionPass. The code in rescheduleMIBelowKill() is a bit tricky,
since multiple instructions need to be moved down, one-at-a-time, in reverse
order.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175955 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TwoAddressInstructionPass.cpp