Lower shape.size_eq to the standard dialect's cmpi operation.
Depends On D82628
Paths
| Differential D82534
[MLIR][Shape] Lower `shape.size_eq` to the standard dialect AbandonedPublic Authored by frgossen on Jun 25 2020, 2:06 AM.
Details
Diff Detail
Event Timelinepifon2a added inline comments. This revision now requires changes to proceed.Jun 25 2020, 3:49 AM This revision is now accepted and ready to land.Jun 25 2020, 3:50 AM
frgossen retitled this revision from [MLIR][Shape] Lower `shape.eq` to the standard dialect to [MLIR][Shape] Lower `shape.size_eq` to the standard dialect.Jun 26 2020, 1:47 AM Herald added subscribers: teijeong, rdzhabarov, tatianashp. · View Herald TranscriptNov 24 2020, 5:03 AM
Revision Contents
Diff 287904 mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
|
shouldn't this check be a part of verify()?