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
Change return type of build_call_graph to set | dict (#1356)
* Change return type of build_call_graph to set | dict
- Changes build_call_graph to return a Union of
Dict[Bloq, Union[int, Expr]] and Set[BloqCountT]
- Adds checks in main call sites to check both cases.
0 commit comments