This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Add bufferizesToAliasOnly
ClosedPublic

Authored by springerm on Oct 25 2021, 10:26 PM.

Details

Summary

The list of operations that do neither read nor write, but create an alias when bufferizing inplace, is getting longer. This commit adds a helper function so that we do not have to spell out the entire list each time.

Depends On D112514

Diff Detail

Event Timeline

springerm created this revision.Oct 25 2021, 10:26 PM
springerm requested review of this revision.Oct 25 2021, 10:26 PM

add assertion

nicolasvasilache accepted this revision.Oct 28 2021, 6:15 AM

interfaces FTW

This revision is now accepted and ready to land.Oct 28 2021, 6:15 AM
This revision was landed with ongoing or failed builds.Oct 31 2021, 1:07 AM
This revision was automatically updated to reflect the committed changes.