[all-commits] [llvm/llvm-project] 6d14b1: [mlir][bufferize][NFC] OneShotAnalysis: Expose ana...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Feb 8 00:32:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d14b11018b4dc89692daee01ab0b5d9fa93ad0f
https://github.com/llvm/llvm-project/commit/6d14b11018b4dc89692daee01ab0b5d9fa93ad0f
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
Log Message:
-----------
[mlir][bufferize][NFC] OneShotAnalysis: Expose analysis hooks from AnalysisState
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/D143379
More information about the All-commits
mailing list