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

Chuang-Yu Cheng via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 03:46:20 PDT 2016


cycheng updated this revision to Diff 64120.
cycheng added a comment.

- Fix a bug when traversing fusion-table
- Support addi/{stdx,ldx} for Pwr9


https://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/PPCISelLowering.cpp
  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-addi-ldst.ll
  test/CodeGen/PowerPC/fusing-constant.ll

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


More information about the llvm-commits mailing list