[all-commits] [llvm/llvm-project] cf2d37: [mlir][bufferize][NFC] Merge AnalysisState and Buf...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Feb 8 00:16:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf2d374e990e4784c7f2bf3bd66c76bb00843a11
https://github.com/llvm/llvm-project/commit/cf2d374e990e4784c7f2bf3bd66c76bb00843a11
Author: Matthias Springer <springerm at google.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/Transforms/OneShotAnalysis.h
M mlir/lib/Dialect/Bufferization/Transforms/OneShotAnalysis.cpp
M mlir/lib/Dialect/Bufferization/Transforms/OneShotModuleBufferize.cpp
Log Message:
-----------
[mlir][bufferize][NFC] Merge AnalysisState and BufferizationAliasInfo
There is no longer a need to keep the two separate. This is in preparation of reusing the same AnalysisState for tensor.empty elimination and One-Shot Bufferize (to address performance bottlenecks).
Differential Revision: https://reviews.llvm.org/D143313
More information about the All-commits
mailing list