This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Fix CallOps with non-tensor operands
ClosedPublic

Authored by springerm on Dec 31 2021, 7:36 AM.

Details

Summary

Such CallOps were not handled properly. When computing the new result types (and replacement values) of a CallOp, non-tensor return values were not accounted for.

Depends On D116444

Diff Detail

Event Timeline

springerm created this revision.Dec 31 2021, 7:36 AM
springerm requested review of this revision.Dec 31 2021, 7:36 AM
nicolasvasilache accepted this revision.Jan 5 2022, 12:14 AM
This revision is now accepted and ready to land.Jan 5 2022, 12:14 AM
This revision was landed with ongoing or failed builds.Jan 5 2022, 7:19 AM
This revision was automatically updated to reflect the committed changes.