[all-commits] [llvm/llvm-project] 11d144: [mlir][linalg] Check the iterator types are valid.
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Mon Feb 28 03:32:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11d144c57642ff9a7f393bc6a4809f75007ff73f
https://github.com/llvm/llvm-project/commit/11d144c57642ff9a7f393bc6a4809f75007ff73f
Author: gysit <gysit at google.com>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
M mlir/test/Dialect/Linalg/invalid.mlir
Log Message:
-----------
[mlir][linalg] Check the iterator types are valid.
Improve the LinalgOp verification to ensure the iterator types is known. Previously, unknown iterator types have been ignored without warning, which can lead to confusing bugs.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D120649
More information about the All-commits
mailing list