Use GCNHazardRecognizer in postra sched.
Updated tests for the new schedules.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Or failing that, leave a comment here with the rationale, just for the historical record?
Comment Actions
This was my updated commit message. I didn't expect it to update the description on phab, but apparently it also didn't make it into the landed patch either. Arcanist did something I didn't expect.
[AMDGPU] Switch PostRA sched to MachineSched
The PostRA Machine scheduler is more flexible and extensible than
the old PostRA top-down list scheduler. In particular it will
make better use of cluster edges. Testing shows no regressions
on graphics workloads relative to the old scheduler.
GCNHazardRecognizer is still used as the PostRA sched hazard rec.
Updated tests for the new schedules.