[all-commits] [llvm/llvm-project] bb8352: [mlir][linalg][bufferize] Generalize InitTensorOp ...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Nov 3 21:59:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb83520dce13b9804b3282f29a8ff0886384a362
https://github.com/llvm/llvm-project/commit/bb83520dce13b9804b3282f29a8ff0886384a362
Author: Matthias Springer <springerm at google.com>
Date: 2021-11-04 (Thu, 04 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/ComprehensiveBufferize.h
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
Log Message:
-----------
[mlir][linalg][bufferize] Generalize InitTensorOp elimination
This allows for external users of Comprehensive Bufferize to specify their own InitTensorOp elimination procedures.
Differential Revision: https://reviews.llvm.org/D112686
More information about the All-commits
mailing list