[all-commits] [llvm/llvm-project] 2fe40c: [mlir][bufferize] Fix op filter
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu May 12 00:33:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fe40c34eaea00db8a1b11b13c174f4f1a0eb92f
https://github.com/llvm/llvm-project/commit/2fe40c34eaea00db8a1b11b13c174f4f1a0eb92f
Author: Matthias Springer <springerm at google.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
M mlir/test/Dialect/Linalg/bufferize.mlir
Log Message:
-----------
[mlir][bufferize] Fix op filter
Bufferization has an optional filter to exclude certain ops from analysis+bufferization. There were a few remaining places in the codebase where the filter was not checked.
Differential Revision: https://reviews.llvm.org/D125356
More information about the All-commits
mailing list