ARM isel should match ldr x +/- x * (2^n) to ldr [x, +/- x, lsl #log2(n)].
authorEvan Cheng <evan.cheng@apple.com>
Wed, 14 Mar 2007 23:26:40 +0000 (23:26 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 14 Mar 2007 23:26:40 +0000 (23:26 +0000)
commit8f7d26bce70f51c806234d8ee8aa0020907a26b8
tree8d1a984f95536d5bf5fa59bc70b1bfa15df3e748
parent3fae7ba5b5ab17a897f36eb85737cd3f29652989
ARM isel should match ldr x +/- x * (2^n) to ldr [x, +/- x, lsl #log2(n)].

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35114 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/ARM/2007-03-13-InstrSched.ll
test/CodeGen/ARM/addrmode.ll [new file with mode: 0644]