summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-05-22 12:14:49 +0000
committerTim Northover <tnorthover@apple.com>2014-05-22 12:14:49 +0000
commit65ea1ad2086954740678842d1b877f817003f727 (patch)
tree42677fd72a3926c0718f14a5fe07a2db245f60f7 /lib
parent213f915ffe05a07ec8d3fb502cb7bd93f756724e (diff)
downloadllvm-65ea1ad2086954740678842d1b877f817003f727.tar.gz
llvm-65ea1ad2086954740678842d1b877f817003f727.tar.bz2
llvm-65ea1ad2086954740678842d1b877f817003f727.tar.xz
ARM64: these work too
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209430 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM64/ARM64InstrInfo.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/ARM64/ARM64InstrInfo.td b/lib/Target/ARM64/ARM64InstrInfo.td
index 81c04c3477..e68980c83c 100644
--- a/lib/Target/ARM64/ARM64InstrInfo.td
+++ b/lib/Target/ARM64/ARM64InstrInfo.td
@@ -1633,7 +1633,6 @@ defm LDURSW
(sextloadi32 (am_unscaled32 GPR64sp:$Rn, simm9:$offset)))]>;
// zero and sign extending aliases from generic LDR* mnemonics to LDUR*.
-// FIXME: these don't work now
def : InstAlias<"ldrb $Rt, [$Rn, $offset]",
(LDURBBi GPR32:$Rt, GPR64sp:$Rn, simm9_offset_fb8:$offset), 0>;
def : InstAlias<"ldrh $Rt, [$Rn, $offset]",
@@ -2010,7 +2009,6 @@ def : Pat<(truncstorei8 GPR64:$Rt, (am_unscaled8 GPR64sp:$Rn, simm9:$offset)),
//---
// STR mnemonics fall back to STUR for negative or unaligned offsets.
-// FIXME: these don't work now.
def : InstAlias<"str $Rt, [$Rn, $offset]",
(STURXi GPR64:$Rt, GPR64sp:$Rn, simm9_offset_fb64:$offset), 0>;
def : InstAlias<"str $Rt, [$Rn, $offset]",