This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] remove linalg-to-loops from integration tests
ClosedPublic

Authored by aartbik on Jul 15 2021, 8:49 AM.

Details

Summary

With the migration from linalg.copy to memref.copy, this pass
(which was there solely to handle the linalg.copy op) is no
longer required for the end-to-end path for sparse compilation.

Diff Detail

Event Timeline

aartbik created this revision.Jul 15 2021, 8:49 AM
aartbik requested review of this revision.Jul 15 2021, 8:49 AM
ftynse accepted this revision.Jul 15 2021, 8:50 AM
This revision is now accepted and ready to land.Jul 15 2021, 8:50 AM
This revision was landed with ongoing or failed builds.Jul 15 2021, 9:15 AM
This revision was automatically updated to reflect the committed changes.