BEGIN_PUBLIC
[mlir] Add target for Shape dialect
Add targets and basic printing/parsing of types in Shape dialect.
END_PUBLIC
Paths
| Differential D76321
[mlir] Add target for Shape dialect ClosedPublic Authored by jpienaar on Mar 17 2020, 1:43 PM.
Details
Summary BEGIN_PUBLIC Add targets and basic printing/parsing of types in Shape dialect.
Diff Detail
Event TimelineComment Actions Thanks, this is a good start.
This revision is now accepted and ready to land.Mar 17 2020, 2:27 PM Comment Actions Updated, thanks
Revision Contents
Diff 250918 mlir/include/mlir/Dialect/Shape/IR/CMakeLists.txt
mlir/include/mlir/Dialect/Shape/IR/Shape.h
mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
mlir/include/mlir/InitAllDialects.h
mlir/lib/Dialect/CMakeLists.txt
mlir/lib/Dialect/Shape/CMakeLists.txt
mlir/lib/Dialect/Shape/DialectRegistration.cpp
mlir/lib/Dialect/Shape/IR/Shape.cpp
mlir/test/Dialect/Shape/ops.mlir
|
Shape_SizeType?