This patch lays the groundwork for extending the generic machine scheduler by providing a PPC-specific implementation. There are no functional changes as this is an incremental patch that simply provides the necessary overrides which just encapsulate the behavior of the generic scheduler. Subsequent patches will add specific behavior.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, except for some minor comments change.
Thanks for extending this, it will allow us to tune MachineScheduler specifically for PowerPC going forward.
llvm/lib/Target/PowerPC/PPCMachineScheduler.h | ||
---|---|---|
1 ↗ | (On Diff #190372) | Why an empty first line? |
21 ↗ | (On Diff #190372) | Maybe add "pre RA" in comment too, as "post RA" in below? |
21 ↗ | (On Diff #190372) | Doxgen comment instead? //' -> ///' |
28 ↗ | (On Diff #190372) | Doxgen comment instead? |