[all-commits] [llvm/llvm-project] 190f38: [mlir][linalg] Implement RegionBranchOpInterface a...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Mar 16 06:46:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 190f385b7d194804d75f59ce01aa3a2b7b8d5e68
https://github.com/llvm/llvm-project/commit/190f385b7d194804d75f59ce01aa3a2b7b8d5e68
Author: Matthias Springer <springerm at google.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
Log Message:
-----------
[mlir][linalg] Implement RegionBranchOpInterface and fix memory effects
* Implement RegionBranchOpInterface: The op has a region, but it is conceptually not entered. The region just describes the semantics of the (monolithic) op.
* Linalg structured ops do not allocate memory.
Differential Revision: https://reviews.llvm.org/D121798
More information about the All-commits
mailing list