- shape split_at
- shape.broadcast
- shape.concat
- shape.to_extent_tensor
Depends On D78754
Paths
| Differential D78821
[shape] More constant folding ClosedPublic Authored by silvas on Apr 24 2020, 11:13 AM.
Details
Summary
Depends On D78754
Diff Detail
Event Timelinesilvas added a child revision: D78822: [shape] Add inferReturnTypes to a couple ops..Apr 24 2020, 11:13 AM This revision is now accepted and ready to land.Apr 24 2020, 3:24 PM Comment Actions We currently don't try to constant fold error cases, so that is why we don't try to handle it here. Closed by commit rG5fff169daa11: [shape] More constant folding (authored by silvas). · Explain WhyApr 24 2020, 4:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 260023 mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
mlir/lib/Dialect/Shape/CMakeLists.txt
mlir/lib/Dialect/Shape/IR/Shape.cpp
mlir/test/Dialect/Shape/canonicalize.mlir
|