[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 Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 09:33:29 PST 2016


amehsan updated this revision to Diff 79767.
amehsan added a comment.

Added the clean up step that we discussed. Also, made some changes in the comments in the code.


https://reviews.llvm.org/D25482

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/CodeGen/TargetPassConfig.h
  include/llvm/Target/TargetMachine.h
  lib/CodeGen/MachineScheduler.cpp
  lib/CodeGen/PostRASchedulerList.cpp
  lib/CodeGen/TargetPassConfig.cpp
  lib/Target/PowerPC/PPCTargetMachine.cpp
  lib/Target/SystemZ/SystemZTargetMachine.cpp
  lib/Target/SystemZ/SystemZTargetMachine.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25482.79767.patch
Type: text/x-patch
Size: 16695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161130/b7a50ddf/attachment-0001.bin>


More information about the llvm-commits mailing list