This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Cleanup LinalgOp usage in bufferize, detensorize, and interchange.
ClosedPublic

Authored by gysit on Jun 2 2021, 8:44 AM.

Details

Summary

Replace the uses of deprecated Structured Op Interface methods in Bufferize.cpp, Detensorize.cpp, and Interchange.cpp. The patch is based on https://reviews.llvm.org/D103394.

Diff Detail

Event Timeline

gysit created this revision.Jun 2 2021, 8:44 AM
gysit requested review of this revision.Jun 2 2021, 8:45 AM
nicolasvasilache retitled this revision from [mlir][linalg] Cleanup LinalgOp usage in bufferize, detensorize, and interchange (NFC). to [mlir][linalg] Cleanup LinalgOp usage in bufferize, detensorize, and interchange..Jun 3 2021, 12:06 AM
nicolasvasilache accepted this revision.Jun 3 2021, 2:16 AM
This revision is now accepted and ready to land.Jun 3 2021, 2:16 AM