aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineRegisterInfo.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-07-07 19:51:32 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-07-07 19:51:32 +0000
commit5af5ad5bc5cc3e746a5e861e514ba34ddfa9c240 (patch)
tree600e0efd70bf6ebe87e37f0f0cfb5d4b7caf5ad9 /lib/CodeGen/MachineRegisterInfo.cpp
parent0e2a473bf4f6c8a163231c267ad9e93b8b15d1fd (diff)
downloadexternal_llvm-5af5ad5bc5cc3e746a5e861e514ba34ddfa9c240.tar.gz
external_llvm-5af5ad5bc5cc3e746a5e861e514ba34ddfa9c240.tar.bz2
external_llvm-5af5ad5bc5cc3e746a5e861e514ba34ddfa9c240.zip
Fix two serious LSR bugs.
1. LSR runOnLoop is always returning false regardless if any transformation is made. 2. AddUsersIfInteresting can create new instructions that are added to DeadInsts. But there is a later early exit which prevents them from being freed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53193 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineRegisterInfo.cpp')
0 files changed, 0 insertions, 0 deletions