[PATCH] D60064: [AArch64] Add v8.5-a Memory Tagging STGM/LDGM instructions

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 1 06:42:36 PDT 2019


DavidSpickett created this revision.
Herald added subscribers: llvm-commits, kristof.beyls, javed.absar.
Herald added a project: LLVM.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D60064

Files:
  lib/Target/AArch64/AArch64InstrFormats.td
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
  test/MC/AArch64/armv8.5a-mte-error.s
  test/MC/AArch64/armv8.5a-mte.s
  test/MC/Disassembler/AArch64/armv8.5a-mte-unpredictable.txt
  test/MC/Disassembler/AArch64/armv8.5a-mte.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60064.193078.patch
Type: text/x-patch
Size: 8911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190401/a70b752c/attachment.bin>


More information about the llvm-commits mailing list