[all-commits] [llvm/llvm-project] c30d28: [mlir][bufferize] Change insertion point for ToTen...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Jan 24 07:43:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c30d2893a43d20b587d0abd288472adfa2c8672b
https://github.com/llvm/llvm-project/commit/c30d2893a43d20b587d0abd288472adfa2c8672b
Author: Matthias Springer <springerm at google.com>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
M mlir/test/Dialect/Linalg/comprehensive-function-bufferize.mlir
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize-alloca.mlir
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir
Log Message:
-----------
[mlir][bufferize] Change insertion point for ToTensorOps
Both insertion points are valid. This is to make BufferizableOpInteface-based bufferization compatible with existing partial bufferization test cases. (So less changes are necessary to unit tests.)
Differential Revision: https://reviews.llvm.org/D117986
More information about the All-commits
mailing list