[all-commits] [llvm/llvm-project] b83c67: [mlir][linalg][bufferize] Support scf.execute_regi...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Jan 19 01:17:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b83c67d978942320b1fb7d814ae43c98f95ebe44
https://github.com/llvm/llvm-project/commit/b83c67d978942320b1fb7d814ae43c98f95ebe44
Author: Matthias Springer <springerm at google.com>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/SCFInterfaceImpl.cpp
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize-invalid.mlir
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir
Log Message:
-----------
[mlir][linalg][bufferize] Support scf.execute_region bufferization
This op is needed for unit testing in a subsequent revision. (This is the first op that has a block that yields equivalent values via the op's results.)
Note: Bufferization of scf.execute_region ops with multiple blocks is not yet supported.
Differential Revision: https://reviews.llvm.org/D117424
More information about the All-commits
mailing list