This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Reimplementation of TiledLoopOp bufferization
ClosedPublic

Authored by springerm on Dec 10 2021, 12:06 AM.

Details

Summary

Instead of modifying the existing linalg.tiled_loop op, create a new op with memref input/outputs and delete the old op.

Depends On D115491

Diff Detail

Event Timeline

springerm created this revision.Dec 10 2021, 12:06 AM
springerm requested review of this revision.Dec 10 2021, 12:06 AM
This revision is now accepted and ready to land.Dec 15 2021, 12:33 AM
This revision was landed with ongoing or failed builds.Dec 15 2021, 1:48 AM
This revision was automatically updated to reflect the committed changes.