[PATCH] D141819: [NFC][AArch64] Use 'i' to encode the offset form of load/store.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 15 22:54:04 PST 2023


HsiangKai created this revision.
HsiangKai added reviewers: javedabsar, olista01.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
HsiangKai requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

STG, STZG, ST2G, STZ2G are the exceptions to append 'Offset' to name the
offset format of load/store instructions. All other load/store
instructions use 'i' as the appendix. If there is no special reason to
do so, we should make the naming consistent.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141819

Files:
  llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
  llvm/lib/Target/AArch64/AArch64InstrFormats.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
  llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
  llvm/lib/Target/AArch64/AArch64StackTaggingPreRA.cpp
  llvm/test/CodeGen/AArch64/ldst-opt-mte-with-dbg.mir
  llvm/test/CodeGen/AArch64/ldst-opt-mte.mir
  llvm/test/CodeGen/AArch64/settag-merge.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141819.489434.patch
Type: text/x-patch
Size: 18168 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230116/bdb13eaa/attachment.bin>


More information about the llvm-commits mailing list