[PATCH] D141431: [AArch64] FEAT_LRCPC3 load/store optimisations

Tomas Matheson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 14:01:27 PST 2023


tmatheson created this revision.
tmatheson added reviewers: lenary, pratlucas, stuij.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
tmatheson requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Extend the load/store optimizer to identify cases where the offset variants of
+rcpc3 instructions can be used.

The non-indexed LDIAPP/STILP are output by instruction selection and are
optimised to their +/- 8/16 byte variants by the load/store optimiser.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141431

Files:
  llvm/include/llvm/CodeGen/MachineInstr.h
  llvm/lib/CodeGen/MachineInstr.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.h
  llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
  llvm/test/CodeGen/AArch64/aarch64-rcpc3-ldst.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141431.487986.patch
Type: text/x-patch
Size: 29516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230110/a3e8c028/attachment.bin>


More information about the llvm-commits mailing list