This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Do not copy results of non-writing ops
ClosedPublic

Authored by springerm on Nov 7 2021, 10:46 PM.

Details

Summary

This is a generalization of "do not copy the result of an InitTensorOp". This commit is in preparation of decoupling getResultBuffer from the Linalg dialect.

Depends On D113380

Diff Detail

Event Timeline

springerm created this revision.Nov 7 2021, 10:46 PM
springerm requested review of this revision.Nov 7 2021, 10:46 PM
This revision is now accepted and ready to land.Nov 10 2021, 12:22 AM
This revision was landed with ongoing or failed builds.Nov 10 2021, 6:26 PM
This revision was automatically updated to reflect the committed changes.