The SSA values created with shape.const_size are now named depending on the
value.
A constant size of 3, e.g., is now automatically named %c3.
Depends On D81162
Paths
| Differential D81249
[MLIR][Shape] Add support for `OpAsmInterface` in `shape.const_size` ClosedPublic Authored by frgossen on Jun 5 2020, 3:45 AM.
Details Summary The SSA values created with shape.const_size are now named depending on the Depends On D81162
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 5 2020, 11:57 AM Closed by commit rG215914151e01: [MLIR][Shape] Add support for `OpAsmInterface` in `shape.const_size` (authored by frgossen). · Explain WhyJun 8 2020, 3:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 269150 mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
mlir/lib/Dialect/Shape/IR/Shape.cpp
mlir/test/Dialect/Shape/ops.mlir
|