[all-commits] [llvm/llvm-project] e44f40: [mlir][bufferization] Fix bug in findValueInRevers...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Feb 16 07:12:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e44f405bb41b8acf8ef28c4e41bc06429e87f3c3
https://github.com/llvm/llvm-project/commit/e44f405bb41b8acf8ef28c4e41bc06429e87f3c3
Author: Matthias Springer <springerm at google.com>
Date: 2023-02-16 (Thu, 16 Feb 2023)
Changed paths:
M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
M mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir
Log Message:
-----------
[mlir][bufferization] Fix bug in findValueInReverseUseDefChain
`alwaysIncludeLeaves` was not respected by all code paths.
Differential Revision: https://reviews.llvm.org/D144187
More information about the All-commits
mailing list