[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
Sat Aug 7 20:39:30 PDT 2021


amyk updated this revision to Diff 364998.
amyk added a comment.

Discussed offline with Nemanja to simplify the patch slightly and removing the `MOF_PCRel` flag, as well as adding an assert.


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
  llvm/test/CodeGen/PowerPC/reduce_scalarization.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95116.364998.patch
Type: text/x-patch
Size: 32096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210808/296e3302/attachment.bin>


More information about the llvm-commits mailing list