[PATCH] D46243: Move Schedule class to header file for allowing inheritance
Atheel Massalha via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 30 00:15:22 PDT 2018
atheel.ma created this revision.
atheel.ma added reviewers: atrick, Eugene.Zelenko.
Herald added subscribers: llvm-commits, javed.absar, MatzeB.
MachineSchedulerBase and PostRAScheduler were moved to a header file for allowing inheriting them. this will save code copying if the user want to create his own TargetPostRAScheduler and TargetMachineScheduler
Repository:
rL LLVM
https://reviews.llvm.org/D46243
Files:
include/llvm/CodeGen/MachineScheduler.h
include/llvm/CodeGen/PostRASchedulerList.h
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/PostRASchedulerList.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46243.144504.patch
Type: text/x-patch
Size: 5655 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180430/ed656989/attachment.bin>
More information about the llvm-commits
mailing list