[PATCH] D126700: [AArch64][NFC] Refactor order STP by ascending address

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 07:01:31 PDT 2022


Allen created this revision.
Allen added reviewers: avieira, fhahn, dmgreen, SjoerdMeijer, t.p.northover.
Herald added subscribers: javed.absar, hiraditya, kristof.beyls, MatzeB.
Herald added a project: All.
Allen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

There are other instructions downstream that need to be reordered by
ascending address, so refactor to use interfaces such as getLdStOffsetOp to
make the code easier to read.


https://reviews.llvm.org/D126700

Files:
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.h
  llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
  llvm/lib/Target/AArch64/AArch64MachineScheduler.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126700.433075.patch
Type: text/x-patch
Size: 9191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220531/49420bfd/attachment.bin>


More information about the llvm-commits mailing list