This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Check the iterator types are valid.
ClosedPublic

Authored by gysit on Feb 28 2022, 1:19 AM.

Details

Summary

Improve the LinalgOp verification to ensure the iterator types is known. Previously, unknown iterator types have been ignored without warning, which can lead to confusing bugs.

Diff Detail

Event Timeline

gysit created this revision.Feb 28 2022, 1:19 AM
gysit requested review of this revision.Feb 28 2022, 1:19 AM
nicolasvasilache accepted this revision.Feb 28 2022, 1:48 AM
This revision is now accepted and ready to land.Feb 28 2022, 1:48 AM
This revision was landed with ongoing or failed builds.Feb 28 2022, 3:32 AM
This revision was automatically updated to reflect the committed changes.