[all-commits] [llvm/llvm-project] 996d4f: [mlir][linalg][bufferize] Fix bug in InitTensor el...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Nov 10 17:32:25 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 996d4ffe30b5afb1abe51833ab7495c10675e5af
https://github.com/llvm/llvm-project/commit/996d4ffe30b5afb1abe51833ab7495c10675e5af
Author: Matthias Springer <springerm at google.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.h
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir
Log Message:
-----------
[mlir][linalg][bufferize] Fix bug in InitTensor elimination
After replacing then init_tensor with a new value, the new value must be inserted into the corresponding union/equivalence sets.
Differential Revision: https://reviews.llvm.org/D113374
More information about the All-commits
mailing list