[all-commits] [llvm/llvm-project] 2ae27d: [mlir][Linalg] Use ConfinedAttr for dimensions of ...
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Mon Oct 10 00:38:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ae27dc9489ffffec58d116d9ea389830000c1fa
https://github.com/llvm/llvm-project/commit/2ae27dc9489ffffec58d116d9ea389830000c1fa
Author: Adrian Kuegel <akuegel at google.com>
Date: 2022-10-10 (Mon, 10 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/test/Dialect/Linalg/invalid.mlir
Log Message:
-----------
[mlir][Linalg] Use ConfinedAttr for dimensions of ReduceOp.
We can use the new DenseArrayStrictlySorted constraint.
Differential Revision: https://reviews.llvm.org/D135246
More information about the All-commits
mailing list