This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Custom printing/parsing for Shape::AssumingOp
ClosedPublic

Authored by tpopp on May 19 2020, 12:07 AM.

Details

Summary

Additionally, this adds traits and builder methods to AssumingYieldOp
and names the input witness to the AssumingOp.

Diff Detail

Event Timeline

tpopp created this revision.May 19 2020, 12:07 AM
Herald added a reviewer: silvas. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
herhut accepted this revision.May 19 2020, 2:01 AM
herhut added inline comments.
mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
430–431

condition -> witness?

This revision was not accepted when it landed; it landed in state Needs Review.May 20 2020, 2:07 AM
This revision was automatically updated to reflect the committed changes.
rriddle added inline comments.May 27 2020, 1:26 PM
mlir/lib/Dialect/Shape/IR/Shape.cpp
145

nit: drop trivial braces.