[all-commits] [llvm/llvm-project] 511af1: [mlir][linalg] Tighter StructuredOp Verification.
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Wed Jul 7 23:54:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 511af1b1ad005af61ce792286a76633cd56ef7f9
https://github.com/llvm/llvm-project/commit/511af1b1ad005af61ce792286a76633cd56ef7f9
Author: Tobias Gysi <gysit at google.com>
Date: 2021-07-08 (Thu, 08 Jul 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/test/Dialect/Linalg/invalid.mlir
Log Message:
-----------
[mlir][linalg] Tighter StructuredOp Verification.
Verify the number of results matches exactly the number of output tensors. Simplify the FillOp verification since part of it got redundant.
Differential Revision: https://reviews.llvm.org/D105427
More information about the All-commits
mailing list