This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Add Utility method to get loop ranges for a LinalgOp.
ClosedPublic

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

Details

Summary

Also refactor the getViewSizes method to work on LinalgOp instead of
being a templated version. Keeping the templated version for
compatibility.

Diff Detail