This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Move verification of block arguments back.
ClosedPublic

Authored by akuegel on Aug 29 2022, 1:56 AM.

Details

Summary

DestinationStyleOpInterface should be possible to use for ops that don't
have regions. Therefore the check for block arguments should be done in
verifyStructedOpInterface.

Diff Detail

Event Timeline

akuegel created this revision.Aug 29 2022, 1:56 AM
akuegel requested review of this revision.Aug 29 2022, 1:56 AM
akuegel updated this revision to Diff 456288.Aug 29 2022, 1:59 AM

Fix variable names after the move.

pifon2a accepted this revision.Aug 29 2022, 2:57 AM
This revision is now accepted and ready to land.Aug 29 2022, 2:57 AM
This revision was landed with ongoing or failed builds.Aug 29 2022, 3:12 AM
This revision was automatically updated to reflect the committed changes.