This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Cleanup LinalgOp usage in op declarations.
ClosedPublic

Authored by gysit on Jun 2 2021, 1:34 AM.

Details

Summary

Replace the uses of deprecated Structured Op Interface methods in LinalgOps.cpp. This patch is based on https://reviews.llvm.org/D103394.

Diff Detail

Event Timeline

gysit created this revision.Jun 2 2021, 1:34 AM
gysit requested review of this revision.Jun 2 2021, 1:34 AM
gysit updated this revision to Diff 349232.Jun 2 2021, 4:50 AM

Fix llvm::reverse issue.

nicolasvasilache retitled this revision from [mlir][linalg] Cleanup LinalgOp usage in op declarations (NFC). to [mlir][linalg] Cleanup LinalgOp usage in op declarations..Jun 3 2021, 12:06 AM
nicolasvasilache accepted this revision.Jun 3 2021, 2:15 AM
This revision is now accepted and ready to land.Jun 3 2021, 2:15 AM
This revision was automatically updated to reflect the committed changes.