[all-commits] [llvm/llvm-project] 0847cc: [NFC][AArch64] Use 'i' to encode the offset form o...
Kai Wang via All-commits
all-commits at lists.llvm.org
Mon Mar 6 04:35:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0847cc06a6c4feae5414f062141fbbd9b9aea4e0
https://github.com/llvm/llvm-project/commit/0847cc06a6c4feae5414f062141fbbd9b9aea4e0
Author: Hsiangkai Wang <hsiangkai at google.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
M llvm/lib/Target/AArch64/AArch64StackTaggingPreRA.cpp
M llvm/test/CodeGen/AArch64/ldst-opt-mte-with-dbg.mir
M llvm/test/CodeGen/AArch64/ldst-opt-mte.mir
M llvm/test/CodeGen/AArch64/settag-merge.mir
Log Message:
-----------
[NFC][AArch64] Use 'i' to encode the offset form of load/store.
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.
Differential Revision: https://reviews.llvm.org/D141819
More information about the All-commits
mailing list