This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Use getIteratorTypeArray instead of raw iterator_type attribute.
ClosedPublic

Authored by olegshyshkov on Sep 29 2022, 8:57 AM.

Details

Summary

Also modify helper methods to take StringRef instead of Attribute. It makes
the code cleaner and will help with future migration from StringRef to
utils::IteratorType (RFC).

Diff Detail

Event Timeline

olegshyshkov created this revision.Sep 29 2022, 8:57 AM
olegshyshkov requested review of this revision.Sep 29 2022, 8:57 AM
olegshyshkov edited the summary of this revision. (Show Details)Sep 29 2022, 9:00 AM
olegshyshkov added a reviewer: pifon2a.
pifon2a accepted this revision.Sep 30 2022, 2:41 AM

Thank you for the clean-up!

This revision is now accepted and ready to land.Sep 30 2022, 2:41 AM
nicolasvasilache accepted this revision.Sep 30 2022, 6:29 AM

Thanks Oleg!

Update comments.

This revision was landed with ongoing or failed builds.Sep 30 2022, 9:04 AM
This revision was automatically updated to reflect the committed changes.