[all-commits] [llvm/llvm-project] 978804: [MLIR][Shape] Add `shape.shape_eq` operation
frgossen via All-commits
all-commits at lists.llvm.org
Wed Jul 15 03:31:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 978804821e88a34d484a8ebab72d2888f869a086
https://github.com/llvm/llvm-project/commit/978804821e88a34d484a8ebab72d2888f869a086
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeBase.td
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/test/Dialect/Shape/ops.mlir
Log Message:
-----------
[MLIR][Shape] Add `shape.shape_eq` operation
Add `shape.shape_eq` operation to the shape dialect.
The operation allows to test shapes and extent tensors for equality.
Differential Revision: https://reviews.llvm.org/D82528
More information about the All-commits
mailing list