Add DAG mutation interface to the post-RA scheduler
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Sat, 5 Mar 2016 15:45:23 +0000 (15:45 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Sat, 5 Mar 2016 15:45:23 +0000 (15:45 +0000)
commit5c61d11a6daa4e5209bf414e28940b26a42b0e9f
tree48bf3b1c2f8d5c6410b00d67e12dbb083c20344d
parent7f6d50b229cf67ee186c057a5aa89a6bd4dbbfc1
Add DAG mutation interface to the post-RA scheduler

Differential Revision: http://reviews.llvm.org/D17868

llvm-svn: 262774
llvm/include/llvm/CodeGen/MachineScheduler.h
llvm/include/llvm/CodeGen/ScheduleDAGMutation.h [new file with mode: 0644]
llvm/include/llvm/Target/TargetSubtargetInfo.h
llvm/lib/CodeGen/MachineScheduler.cpp
llvm/lib/CodeGen/PostRASchedulerList.cpp