commit | 8b024a5eb5b64b482f7d92aad7a3f0e6cac93f12 | [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 | 4434ed44c45c87a72b7a0bf2f91211f895022b91 [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;