[all-commits] [llvm/llvm-project] bf5825: [mlir][bufferize] Fix bug in module equivalence an...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Jun 9 09:35:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf58256967e5dab0d991b0a2e50671b943c6dc2e
https://github.com/llvm/llvm-project/commit/bf58256967e5dab0d991b0a2e50671b943c6dc2e
Author: Matthias Springer <springerm at google.com>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M mlir/lib/Dialect/Bufferization/Transforms/OneShotModuleBufferize.cpp
M mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize.mlir
Log Message:
-----------
[mlir][bufferize] Fix bug in module equivalence analysis
CallOp result are not equivalent to an OpOperand if the OpOperand bufferizes out-of-place.
Differential Revision: https://reviews.llvm.org/D126813
More information about the All-commits
mailing list