This will inline the region to a shape.assuming in the case that the
input witness is found to be statically true.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D80302
[mlir] Canonicalization of shape.assuming ClosedPublic Authored by tpopp on May 20 2020, 9:08 AM.
Details Summary This will inline the region to a shape.assuming in the case that the
Diff Detail
Event Timelinejpienaar added inline comments. This revision is now accepted and ready to land.May 20 2020, 4:37 PM Closed by commit rG655e08ceeb7b: [mlir] Canonicalization of shape.assuming (authored by Tres Popp <tpopp@google.com>). · Explain WhyJun 5 2020, 2:10 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 268480 mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
mlir/lib/Dialect/Shape/IR/Shape.cpp
mlir/test/Dialect/Shape/canonicalize.mlir
|
Early return?