[all-commits] [llvm/llvm-project] a04615: [mlir][linalg][bufferize] Add bufferRelation to op...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Oct 7 22:33:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a046154057204c7fa8f6435eb4977019615759c9
https://github.com/llvm/llvm-project/commit/a046154057204c7fa8f6435eb4977019615759c9
Author: Matthias Springer <springerm at google.com>
Date: 2021-10-08 (Fri, 08 Oct 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] Add bufferRelation to op interface
Currently supported are: BufferRelation::None, BufferRelation::Equivalent.
Differential Revision: https://reviews.llvm.org/D111376
More information about the All-commits
mailing list