Fold shape.size_eq.
Depends On D82628
Paths
| Differential D82531
[MLIR][Shape] Fold `shape.size_eq` AbandonedPublic Authored by frgossen on Jun 25 2020, 2:02 AM.
Diff Detail
Event TimelineComment Actions LGTM modulo splitting into two separate ops.
frgossen retitled this revision from [MLIR][Shape] Fold `shape.eq` for sizes to [MLIR][Shape] Fold `shape.size_eq`.Jun 26 2020, 1:44 AM This revision is now accepted and ready to land.Jun 28 2020, 7:53 AM Herald added subscribers: teijeong, rdzhabarov, tatianashp. · View Herald TranscriptNov 24 2020, 5:08 AM
Revision Contents
Diff 287905 mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
mlir/lib/Dialect/Shape/IR/Shape.cpp
mlir/test/Dialect/Shape/canonicalize.mlir
|
This will be much cleaner with two separate ops.