[all-commits] [llvm/llvm-project] 313889: [AArch64] Adding the v8.7-A LD64B/ST64B Accelerato...

Lucas Duarte Prates via All-commits all-commits at lists.llvm.org
Thu Dec 17 05:46:43 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 313889191ea14e978635b5cdf8838f3212d068a4
      https://github.com/llvm/llvm-project/commit/313889191ea14e978635b5cdf8838f3212d068a4
  Author: Lucas Prates <lucas.prates at arm.com>
  Date:   2020-12-17 (Thu, 17 Dec 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64InstrFormats.td
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/AArch64/AArch64SystemOperands.td
    M llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
    A llvm/test/MC/AArch64/armv8.7a-ls64.s
    A llvm/test/MC/Disassembler/AArch64/armv8.7a-ls64.txt

  Log Message:
  -----------
  [AArch64] Adding the v8.7-A LD64B/ST64B Accelerator extension

This adds support for the v8.7-A LD64B/ST64B Accelerator extension
through a subtarget feature called "ls64". It adds four 64-byte
load/store instructions with an operand in the new GPR64x8 register
class, and one system register that's part of the same extension.

Based on patches written by Simon Tatham.

Reviewed By: ostannard

Differential Revision: https://reviews.llvm.org/D91775




More information about the All-commits mailing list