[PATCH] D111693: [PowerPC] Implement basic instruction macro fusion in Power10

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 12 22:41:45 PDT 2021


qiucf created this revision.
qiucf added reviewers: nemanjai, jsji, PowerPC, shchenz.
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 basic fusion types around scalar add/sub/shift/logical instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111693

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/more-dq-form-prepare.ll
  llvm/test/CodeGen/PowerPC/p10-fi-elim.ll
  llvm/test/CodeGen/PowerPC/p10-spill-creq.ll
  llvm/test/CodeGen/PowerPC/pcrel-call-linkage-leaf.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111693.379281.patch
Type: text/x-patch
Size: 18872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211013/61c305c6/attachment.bin>


More information about the llvm-commits mailing list