Stay away from str <undef> in ARMLoadStoreOpt. This pass does not understand
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 24 Feb 2010 18:57:08 +0000 (18:57 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 24 Feb 2010 18:57:08 +0000 (18:57 +0000)
commit9e6396d05ee43858f04b0f52eb7da6240845f530
tree44a520cae515a74a23c292a71ff55bb43df1a3b5
parent39b03163a7f639b1c75c348bec425c35dc89eba4
Stay away from str <undef> in ARMLoadStoreOpt. This pass does not understand
<undef> operands, and can cause scavenger failures when it translates
<kill,undef> to <kill>.

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