[PATCH] D93370: [PowerPC] Add new infrastructure to select load/store instructions, update P8/P9 load/store patterns.

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 7 06:26:53 PST 2021


amyk updated this revision to Diff 315122.
amyk retitled this revision from "[PowerPC][NFC] Add new infrastructure to select load/store instructions, update P8/P9 load/store patterns." to "[PowerPC] Add new infrastructure to select load/store instructions, update P8/P9 load/store patterns.".
amyk added a comment.

- Updated names of the selection functions in the td patterns
- Address the comment of using `APInt` when computing address flags
- Removed `NFC` from the title as there is one test case update that we expect a DSForm in (instead of an XForm instruction)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93370

Files:
  llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCInstrAltivec.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCInstrVSX.td
  llvm/test/CodeGen/PowerPC/p9-dform-load-alignment.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93370.315122.patch
Type: text/x-patch
Size: 122911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210107/5b947711/attachment-0001.bin>


More information about the llvm-commits mailing list