This way they can be re-used by target-specific schedulers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Do you actually need the full declaration in the header or would it be enough to provide constructor functions?
Comment Actions
LGTM. If possible please also change the code inside MachineScheduler.cpp to use the new functions!
include/llvm/CodeGen/MachineScheduler.h | ||
---|---|---|
1010 ↗ | (On Diff #68710) | Can these types be identical for all the constructors? |