If CPSR is modified but the def is dead, then it's ok to fold the load / store.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 27 Jul 2009 04:18:04 +0000 (04:18 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 27 Jul 2009 04:18:04 +0000 (04:18 +0000)
commit1f5c9887544ac2cb39d48e35cc6fa7a7b73ed3b0
treeae653265d57ea987c9a9b793c744202214a23f59
parent5732ca084aaa0cd26149e50dd4b487efff37fe41
If CPSR is modified but the def is dead, then it's ok to fold the load / store.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77182 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp