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.
Paths
| Differential D104845
[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 TimelineHerald added subscribers: jeroen.dobbelaere, dcaballe, cota and 18 others. · View Herald TranscriptJun 24 2021, 3:52 AM This revision is now accepted and ready to land.Jun 24 2021, 8:32 AM This revision was landed with ongoing or failed builds.Jun 29 2021, 6:32 AM Closed by commit rGb661d9f9c35e: [mlir][Linalg] NFC - Drop AliasInfo::existsNonDominatingRead (authored by nicolasvasilache). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 355214 mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
|