[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
Sun Apr 18 19:48:36 PDT 2021
amyk updated this revision to Diff 338417.
amyk marked 2 inline comments as done.
amyk added a comment.
- Rebase patch
- Add documentation regarding refactored load and store implementation
- Add the `PPC::MOF_SubtargetP10` flag if the subtarget has prefixed instructions
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/PPCInstrPrefix.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.338417.patch
Type: text/x-patch
Size: 133815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210419/b66b5157/attachment.bin>
More information about the llvm-commits
mailing list