You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
relax the type checking to permit WhileLoopOp.condition and IfElseOp.condition to be Expr values with type Bool, and SwitchCaseOp.target to be an Expr value with type Bool or Uint[n].
Closing this issue does not require adding support for the builder interface. That's tracked in a follow-up: #10228.
The text was updated successfully, but these errors were encountered:
What should we add?
This tracks the work labelled "PR 2" in the initial classical-expression design document.
Depends on #10223.
Brief overview:
WhileLoopOp.condition
andIfElseOp.condition
to beExpr
values with typeBool
, andSwitchCaseOp.target
to be anExpr
value with typeBool
orUint[n]
.Closing this issue does not require adding support for the builder interface. That's tracked in a follow-up: #10228.
The text was updated successfully, but these errors were encountered: