This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Add explicit inplaceable attrs to test cases
ClosedPublic

Authored by springerm on Dec 15 2021, 7:30 PM.

Details

Summary

This is in preparation of fixing CallOp bufferization. Add explicit linalg.inplaceable attrs to all bbArgs, except for the ones where inplaceability should be decided by the analysis.

Depends On D116454

Diff Detail

Event Timeline

springerm created this revision.Dec 15 2021, 7:30 PM
springerm requested review of this revision.Dec 15 2021, 7:30 PM
springerm updated this revision to Diff 397664.Jan 5 2022, 12:07 PM
springerm edited the summary of this revision. (Show Details)

update

nicolasvasilache accepted this revision.Jan 7 2022, 5:31 AM
This revision is now accepted and ready to land.Jan 7 2022, 5:31 AM