This is an archive of the discontinued LLVM Phabricator instance.

[Pipeliner] Fix the Schedule DAG topoligical order.
ClosedPublic

Authored by sgundapa on Oct 10 2018, 12:43 PM.

Details

Summary

This patch updates the DAG change to reflect in the topological ordering
of the nodes.

Diff Detail

Event Timeline

sgundapa created this revision.Oct 10 2018, 12:43 PM

I was not able to formulate a unit test that exposes this issue.
I figured this problem when I was working on a DAG mutation for the pipeliner.

bcahoon accepted this revision.Oct 11 2018, 9:25 AM
This revision is now accepted and ready to land.Oct 11 2018, 9:25 AM
This revision was automatically updated to reflect the committed changes.