[PATCH] D112912: [PowerPC] Implement more fusion types for Power10

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 1 02:01:32 PDT 2021


qiucf created this revision.
qiucf added reviewers: shchenz, PowerPC, nemanjai, jsji.
Herald added subscribers: kbarton, hiraditya, qcolombet.
qiucf requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch implements 'wide immediate', 'zero move', 'sha3 assist', and 'load cmpi'.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112912

Files:
  llvm/lib/Target/PowerPC/PPC.td
  llvm/lib/Target/PowerPC/PPCMacroFusion.cpp
  llvm/lib/Target/PowerPC/PPCMacroFusion.def
  llvm/lib/Target/PowerPC/PPCSubtarget.cpp
  llvm/lib/Target/PowerPC/PPCSubtarget.h
  llvm/test/CodeGen/PowerPC/macro-fusion.mir
  llvm/test/CodeGen/PowerPC/p10-spill-creq.ll
  llvm/test/CodeGen/PowerPC/ppc64-rop-protection.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112912.383738.patch
Type: text/x-patch
Size: 16742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211101/164f21c2/attachment.bin>


More information about the llvm-commits mailing list