[all-commits] [llvm/llvm-project] aa9094: [mlir][bufferization] Fix bug in findValueInRevers...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue May 23 06:30:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa909483022f6cbdf6a96ab4e4a6335c4a0f2019
https://github.com/llvm/llvm-project/commit/aa909483022f6cbdf6a96ab4e4a6335c4a0f2019
Author: Matthias Springer <me at m-sp.org>
Date: 2023-05-23 (Tue, 23 May 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
This bug was recently introduced in D143927 and manifests as a dominance violation.
Differential Revision: https://reviews.llvm.org/D151077
More information about the All-commits
mailing list