summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMInstrInfo.td
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-08-08 13:35:48 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-08-08 13:35:48 +0000
commit887d05ce9b299720ca7c7a3c81b3748b809c6d6b (patch)
treebe6aaef1a469bd65c6163f0586be2054c7e12a32 /llvm/lib/Target/ARM/ARMInstrInfo.td
parent2d59cfff24f382633dc3e978785a9bfd5b966031 (diff)
downloadbcm5719-llvm-887d05ce9b299720ca7c7a3c81b3748b809c6d6b.tar.gz
bcm5719-llvm-887d05ce9b299720ca7c7a3c81b3748b809c6d6b.zip
Use VLDM / VSTM to spill/reload 128-bit Neon registers
llvm-svn: 78468
Diffstat (limited to 'llvm/lib/Target/ARM/ARMInstrInfo.td')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td
index 68dac9f4951..599ea1a801f 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.td
+++ b/llvm/lib/Target/ARM/ARMInstrInfo.td
@@ -298,7 +298,7 @@ def am3offset : Operand<i32>,
// addrmode4 := reg, <mode|W>
//
def addrmode4 : Operand<i32>,
- ComplexPattern<i32, 2, "", []> {
+ ComplexPattern<i32, 2, "SelectAddrMode4", []> {
let PrintMethod = "printAddrMode4Operand";
let MIOperandInfo = (ops GPR, i32imm);
}
OpenPOWER on IntegriCloud