This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] All StructuredOp parameters are inputs or outputs.
ClosedPublic

Authored by gysit on Jun 23 2021, 7:01 AM.

Details

Summary

Adapt the StructuredOp verifier to ensure all operands are either in the input or the output group. The change is possible after adding support for scalar input operands (https://reviews.llvm.org/D104220).

Diff Detail

Event Timeline

gysit created this revision.Jun 23 2021, 7:01 AM
gysit requested review of this revision.Jun 23 2021, 7:01 AM
pifon2a accepted this revision.Jun 25 2021, 3:51 AM

Thanks!

This revision is now accepted and ready to land.Jun 25 2021, 3:51 AM