This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Analysis] Allow Slice Analysis to work with linalg::LinalgOp
ClosedPublic

Authored by mravishankar on Sep 8 2020, 11:27 AM.

Diff Detail

Event Timeline

mravishankar created this revision.Sep 8 2020, 11:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 8 2020, 11:27 AM
mravishankar requested review of this revision.Sep 8 2020, 11:27 AM

Can we add a test for it in slicing-utils.mlir?

ThomasRaoux accepted this revision.Sep 9 2020, 2:14 PM
This revision is now accepted and ready to land.Sep 9 2020, 2:14 PM

Adding test for backward slice of Linalg operation.

antiagainst accepted this revision.Sep 10 2020, 2:48 PM