[all-commits] [llvm/llvm-project] ef4e66: [AArch64] Fix operand definitions of XPACI/XPACD

Momchil Velikov via All-commits all-commits at lists.llvm.org
Thu Jul 30 07:32:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ef4e66543541603a426bdc5c170e9ab65e65c42e
      https://github.com/llvm/llvm-project/commit/ef4e66543541603a426bdc5c170e9ab65e65c42e
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstrFormats.td
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td

  Log Message:
  -----------
  [AArch64] Fix operand definitions of XPACI/XPACD

The operand to these instructions is both input and output.

These are not yet emitted by the compiler and the assembler already
works fine, so can't test in this patch.  But D75044 will use XPACI
and provide test coverage for this patch as well.

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




More information about the All-commits mailing list