This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Change LinalgDependenceGraph to use LinalgOp.
ClosedPublic

Authored by mravishankar on Nov 9 2020, 1:22 PM.

Details

Summary

Using LinalgOp will reduce the repeated conversion from Operation <->
LinalgOp.

Depends On D91100

Diff Detail

Event Timeline

mravishankar created this revision.Nov 9 2020, 1:22 PM
mravishankar requested review of this revision.Nov 9 2020, 1:22 PM

Move files to the dependent change.

antiagainst accepted this revision.Nov 9 2020, 2:58 PM
This revision is now accepted and ready to land.Nov 9 2020, 2:58 PM
nicolasvasilache accepted this revision.Nov 11 2020, 8:28 AM
hanchung accepted this revision.Nov 11 2020, 11:47 PM