[PATCH] D22194: Power9 - Add exploitation of oris/ori fusion

Chuang-Yu Cheng via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 04:27:58 PDT 2016


cycheng updated this revision to Diff 63951.
cycheng marked 3 inline comments as done.
cycheng added a comment.

- Addressed Nemanjai's comments
- Implement a table based methodology for managing fusion instruction patterns, so we can have a cleaner way to add new patterns, query pattern, .. and so on.


http://reviews.llvm.org/D22194

Files:
  include/llvm/CodeGen/TargetPassConfig.h
  lib/CodeGen/MachineScheduler.cpp
  lib/CodeGen/PostRASchedulerList.cpp
  lib/Target/PowerPC/CMakeLists.txt
  lib/Target/PowerPC/PPC.td
  lib/Target/PowerPC/PPCMacroFusion.cpp
  lib/Target/PowerPC/PPCMacroFusion.h
  lib/Target/PowerPC/PPCSubtarget.cpp
  lib/Target/PowerPC/PPCSubtarget.h
  lib/Target/PowerPC/PPCTargetMachine.cpp
  test/CodeGen/PowerPC/fusing-constant.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22194.63951.patch
Type: text/x-patch
Size: 20354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160714/fc718e7c/attachment.bin>


More information about the llvm-commits mailing list