[all-commits] [llvm/llvm-project] 07b52b: [mlir] fix a crash in linalg.generic parser
ftynse via All-commits
all-commits at lists.llvm.org
Tue Apr 11 08:36:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07b52b52beaa7f24b817ee1bb48f5b3d8b212d70
https://github.com/llvm/llvm-project/commit/07b52b52beaa7f24b817ee1bb48f5b3d8b212d70
Author: Alex Zinenko <zinenko at google.com>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/test/Dialect/Linalg/invalid.mlir
Log Message:
-----------
[mlir] fix a crash in linalg.generic parser
Report an error when the `iterator_types` attribute is missing.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D148015
More information about the All-commits
mailing list