[PATCH] D95116: [PowerPC] Update PC-Relative Load/Store Patterns to use the refactored Load/Store Implementation

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 22 19:14:43 PDT 2021


amyk updated this revision to Diff 339839.
amyk retitled this revision from "[NFC][PowerPC] Update PC-Relative Load/Store Patterns to use the refactored Load/Store Implementation" to "[PowerPC] Update PC-Relative Load/Store Patterns to use the refactored Load/Store Implementation".
amyk added a comment.

- Rebase patch with respect to latest updates in D95115 <https://reviews.llvm.org/D95115>
- Remove NFC from the title to add extra PC-Relative test cases (involving atomic load/stores and special cases involving `PSTXSDpc` that were not tested previously


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95116/new/

https://reviews.llvm.org/D95116

Files:
  llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCInstrPrefix.td
  llvm/test/CodeGen/PowerPC/pcrel_ldst.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95116.339839.patch
Type: text/x-patch
Size: 29228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210423/7a88cca6/attachment.bin>


More information about the llvm-commits mailing list