[PATCH] D62164: [PowerPC] Enable MachinePipeliner for P9 with -ppc-enable-pipeliner
Jinsong Ji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 14:55:14 PDT 2019
jsji created this revision.
jsji added reviewers: bcahoon, kparzysz, nemanjai, kbarton, hfinkel, steven.zhang.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
Implement necessary target hooks to enable MachinePipeliner for P9 <https://reviews.llvm.org/P9> only.
The pass is off on PowerPC by def ault,
can be enabled with -ppc-enable-pipeliner for P9 <https://reviews.llvm.org/P9>.
Repository:
rL LLVM
https://reviews.llvm.org/D62164
Files:
llvm/include/llvm/CodeGen/TargetSubtargetInfo.h
llvm/lib/CodeGen/MachinePipeliner.cpp
llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
llvm/lib/Target/PowerPC/PPCInstrInfo.h
llvm/lib/Target/PowerPC/PPCSubtarget.cpp
llvm/lib/Target/PowerPC/PPCSubtarget.h
llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
llvm/test/CodeGen/PowerPC/sms-simple.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62164.200363.patch
Type: text/x-patch
Size: 13724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190520/9e232a9c/attachment.bin>
More information about the llvm-commits
mailing list