[PATCH] D25482: [PPC] Allow two post RA schedulers to be in the pipeline and select one depending on the Machine Function's subtarget
Ehsan Amiri via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 25 10:35:40 PDT 2016
amehsan updated this revision to Diff 75728.
amehsan added a comment.
Even though we may continue discussing the approach, I update the patch based on the comments made so far.
https://reviews.llvm.org/D25482
Files:
include/llvm/CodeGen/MachineFunctionPass.h
include/llvm/CodeGen/TargetPassConfig.h
include/llvm/Pass.h
include/llvm/Target/TargetSubtargetInfo.h
lib/CodeGen/MachineFunctionPass.cpp
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/TargetPassConfig.cpp
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTargetMachine.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25482.75728.patch
Type: text/x-patch
Size: 14912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161025/05dd3d6a/attachment.bin>
More information about the llvm-commits
mailing list