[all-commits] [llvm/llvm-project] b9982b: [mlir][bufferization] Add rename function to Buffe...
Martin Erhart via All-commits
all-commits at lists.llvm.org
Wed Aug 2 04:02:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9982b203b5c22152510e49fc05e505ecd970495
https://github.com/llvm/llvm-project/commit/b9982b203b5c22152510e49fc05e505ecd970495
Author: Martin Erhart <merhart at google.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.h
M mlir/lib/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list