[all-commits] [llvm/llvm-project] b9a1e2: [AArch64] Rename LDAPR<x>pre to LDAPR<x>post (#77340)

nsurbay via All-commits all-commits at lists.llvm.org
Sat Jan 20 09:07:26 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b9a1e2ab8dead4863834f70cdae56104ec92d041
      https://github.com/llvm/llvm-project/commit/b9a1e2ab8dead4863834f70cdae56104ec92d041
  Author: nsurbay <21074287+nsurbay at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

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

  Log Message:
  -----------
  [AArch64] Rename LDAPR<x>pre to LDAPR<x>post (#77340)

The feature FEAT_LRCPC3 introduces post-increment version of LDAPR and
LDIAPP instructions. The current disassembly of theses instructions is
correct but the opcode name is misleading with a 'pre' suffix instead of
'post'.

see :
-
https://developer.arm.com/documentation/ddi0602/2023-12/Base-Instructions/LDAPR--Load-Acquire-RCpc-Register-
-
https://developer.arm.com/documentation/ddi0602/2023-12/Base-Instructions/LDIAPP--Load-Acquire-RCpc-ordered-Pair-of-registers-




More information about the All-commits mailing list