This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] NFC - Drop AliasInfo::existsNonDominatingRead
ClosedPublic

Authored by nicolasvasilache on Jun 24 2021, 3:52 AM.

Details

Summary

The case where a non-dominating read can be found is captured by slightly generalizing AliasInfo::wouldCreaateReadAfterWriteInterference.

This simplification will make it easier to implement bufferization across function call.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Jun 24 2021, 3:52 AM

Drop unused function.

ftynse accepted this revision.Jun 24 2021, 8:32 AM
ftynse added inline comments.
mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
411
This revision is now accepted and ready to land.Jun 24 2021, 8:32 AM

Address comment.

Drop dead function.

This revision was landed with ongoing or failed builds.Jun 29 2021, 6:32 AM
This revision was automatically updated to reflect the committed changes.