[all-commits] [llvm/llvm-project] ebf8d7: [mlir][linalg][bufferize] Fix bufferize bug where ...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Nov 17 23:26:53 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ebf8d74e929d908829eda4ad8548ec21e2dbc6ae
https://github.com/llvm/llvm-project/commit/ebf8d74e929d908829eda4ad8548ec21e2dbc6ae
Author: Matthias Springer <springerm at google.com>
Date: 2021-11-18 (Thu, 18 Nov 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize-invalid.mlir
Log Message:
-----------
[mlir][linalg][bufferize] Fix bufferize bug where non-tensor ops are not skipped
`BufferizableOpInterface::bufferize` will only be called on ops that
have tensor operands and/or results.
Differential Revision: https://reviews.llvm.org/D113962
More information about the All-commits
mailing list