This is an archive of the discontinued LLVM Phabricator instance.

MachineScheduler: Add -misched-print-dags flag
ClosedPublic

Authored by MatzeB on Sep 18 2018, 6:27 PM.

Details

Summary

Add a flag to dump the schedule DAG to the debug stream. This will be
used in upcoming commits to test schedule DAG mutations such as macro
fusion.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB created this revision.Sep 18 2018, 6:27 PM
javed.absar accepted this revision.Sep 19 2018, 1:32 AM
This revision is now accepted and ready to land.Sep 19 2018, 1:32 AM