[all-commits] [llvm/llvm-project] b661d9: [mlir][Linalg] NFC - Drop AliasInfo::existsNonDomi...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Tue Jun 29 06:32:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b661d9f9c35e5d5689ec20b825de203c08404c9a
https://github.com/llvm/llvm-project/commit/b661d9f9c35e5d5689ec20b825de203c08404c9a
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
Log Message:
-----------
[mlir][Linalg] NFC - Drop AliasInfo::existsNonDominatingRead
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.
APIs are also simplified were possible.
Differential revision: https://reviews.llvm.org/D104845
More information about the All-commits
mailing list