This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] NFC - Drop Linalg EDSC usage
ClosedPublic

Authored by nicolasvasilache on May 20 2021, 8:20 AM.

Details

Summary

Drop the Linalg dialect EDSC subdirectory and update all uses.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.May 20 2021, 8:20 AM
ftynse accepted this revision.May 20 2021, 8:25 AM
ftynse added inline comments.
mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-gen.cpp
84

Do you need this to be a map or something like SmallVector<std::pair<StringLiteral StringLiteral>, 4> would do?

This revision is now accepted and ready to land.May 20 2021, 8:25 AM

Address comment.

This revision was landed with ongoing or failed builds.May 20 2021, 8:34 AM
This revision was automatically updated to reflect the committed changes.
mlir/lib/CAPI/Dialect/Linalg.cpp