diff options
author | Weiming Zhao <weimingz@codeaurora.org> | 2014-03-20 23:28:16 +0000 |
---|---|---|
committer | Weiming Zhao <weimingz@codeaurora.org> | 2014-03-20 23:28:16 +0000 |
commit | 0152485679e4911f1d7d7e9af941835dc8632ba9 (patch) | |
tree | 4711be808bc2076f0fe3e679ee2cc20499e01cc6 /llvm/lib/Support/LockFileManager.cpp | |
parent | 184322755108ae81b4e6e25e1fef7cd512024dfc (diff) | |
download | llvm-0152485679e4911f1d7d7e9af941835dc8632ba9.zip llvm-0152485679e4911f1d7d7e9af941835dc8632ba9.tar.gz llvm-0152485679e4911f1d7d7e9af941835dc8632ba9.tar.bz2 |
Fix PR19136: [ARM] Fix Folding SP Update into vpush/vpop
Sicne MBB->computeRegisterLivenes() returns Dead for sub regs like s0,
d0 is used in vpop instead of updating sp, which causes s0 dead before
its use.
This patch checks the liveness of each subreg to make sure the reg is
actually dead.
llvm-svn: 204411
Diffstat (limited to 'llvm/lib/Support/LockFileManager.cpp')
0 files changed, 0 insertions, 0 deletions