Files
clang-p2996/mlir/lib/Dialect/Bufferization/Transforms
Martin Erhart b9982b203b [mlir][bufferization] Add rename function to BufferViewFlowAnalysis
This new function to replace a Value with another Value saves us from re-running
the entire alias analysis when an operation has to be re-build because
additional result values have to be added (e.g., when adding more iter_args to
an scf.for).

Reviewed By: springerm

Differential Revision: https://reviews.llvm.org/D156665
2023-08-02 10:59:19 +00:00
..