summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64InstrFormats.td
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@arm.com>2019-04-01 14:52:18 +0000
committerDavid Spickett <david.spickett@arm.com>2019-04-01 14:52:18 +0000
commit9142b8ef1b9aac053461242472f9640d60aa6ac7 (patch)
tree960094a08674bcd3a80d462f097e4366ad9eed0e /llvm/lib/Target/AArch64/AArch64InstrFormats.td
parent60768cd8967224929345c82ce885b9f21c405663 (diff)
downloadbcm5719-llvm-9142b8ef1b9aac053461242472f9640d60aa6ac7.tar.gz
bcm5719-llvm-9142b8ef1b9aac053461242472f9640d60aa6ac7.zip
[AArch64] Add v8.5-a Memory Tagging STGM/LDGM instructions
The STGV/LDGV instructions were replaced with STGM/LDGM. The encodings remain the same but there is no longer writeback so there are no unpredictable encodings to check for. The specfication can be found here: https://developer.arm.com/docs/ddi0596/c Differential Revision: https://reviews.llvm.org/D60064 llvm-svn: 357395
Diffstat (limited to 'llvm/lib/Target/AArch64/AArch64InstrFormats.td')
-rw-r--r--llvm/lib/Target/AArch64/AArch64InstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64InstrFormats.td b/llvm/lib/Target/AArch64/AArch64InstrFormats.td
index a5428788417..abdc530cccc 100644
--- a/llvm/lib/Target/AArch64/AArch64InstrFormats.td
+++ b/llvm/lib/Target/AArch64/AArch64InstrFormats.td
@@ -4024,7 +4024,7 @@ class BaseMemTag<bits<2> opc1, bits<2> opc2, string asm_insn,
class MemTagVector<bit Load, string asm_insn, string asm_opnds,
dag oops, dag iops>
: BaseMemTag<{0b1, Load}, 0b00, asm_insn, asm_opnds,
- "$Rn = $wback,@earlyclobber $wback", oops, iops> {
+ "", oops, iops> {
bits<5> Rt;
let Inst{20-12} = 0b000000000;
OpenPOWER on IntegriCloud