This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Mark linalg.yield as ReturnLike
ClosedPublic

Authored by herhut on Nov 26 2020, 5:29 AM.

Details

Summary

This change is required so that bufferization can properly identify the linalg.yield as a terminator with an associated parent op.

Diff Detail

Event Timeline

herhut created this revision.Nov 26 2020, 5:29 AM
herhut requested review of this revision.Nov 26 2020, 5:29 AM
bkramer accepted this revision.Nov 26 2020, 5:32 AM
bkramer added a subscriber: bkramer.

looks good

This revision is now accepted and ready to land.Nov 26 2020, 5:32 AM
herhut updated this revision to Diff 307846.Nov 26 2020, 5:40 AM

Clean up test invocation

This revision was landed with ongoing or failed builds.Nov 26 2020, 5:44 AM
This revision was automatically updated to reflect the committed changes.