This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove TosaToLinalg dependency on all Passes
ClosedPublic

Authored by tpopp on Jan 14 2021, 12:06 PM.

Details

Summary

TosaToLinalg was depending on its header file indirectly through
Passes.h rather than directly. This removes that indirection.

Diff Detail

Event Timeline

tpopp created this revision.Jan 14 2021, 12:06 PM
tpopp requested review of this revision.Jan 14 2021, 12:06 PM
rriddle accepted this revision.Jan 14 2021, 12:07 PM
This revision is now accepted and ready to land.Jan 14 2021, 12:07 PM
This revision was landed with ongoing or failed builds.Jan 14 2021, 12:08 PM
This revision was automatically updated to reflect the committed changes.