commit | 970a10d2563e597d2a012fe9b083589873700ac2 | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Wed Jul 01 23:16:05 2009 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Wed Jul 01 23:16:05 2009 +0000 |
tree | b0374c162191192f0ebc78caf49e53e79c064fad | |
parent | 92adb18f63b3e007acf7cde59318c595ed9d3d40 [diff] [blame] |
Add a new addressing mode for NEON load/store instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74658 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp index 19c311c..9fedaa4 100644 --- a/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/lib/Target/ARM/ARMConstantIslandPass.cpp
@@ -462,6 +462,7 @@ Bits = 8; Scale = 4; // +-(offset_8*4) break; + // addrmode6 has no immediate offset. case ARMII::AddrModeT1_1: Bits = 5; // +offset_5 break;