[all-commits] [llvm/llvm-project] 1f479c: [mlir][bufferization] Improve findValueInReverseUs...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon May 15 06:32:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f479c1e46d111a6f001cf4ee24290f60f13257d
https://github.com/llvm/llvm-project/commit/1f479c1e46d111a6f001cf4ee24290f60f13257d
Author: Matthias Springer <me at m-sp.org>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
M mlir/lib/Dialect/Bufferization/Transforms/EmptyTensorElimination.cpp
M mlir/lib/Dialect/Bufferization/Transforms/OneShotAnalysis.cpp
Log Message:
-----------
[mlir][bufferization] Improve findValueInReverseUseDefChain signature
Instead of passing traversal options as a long list of arguments, store them in a TraversalConfig object and pass that object.
Differential Revision: https://reviews.llvm.org/D143927
More information about the All-commits
mailing list