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
This Tag(0, MakeTuple()) is also needed if there is only a single successor. Do we also want to use a constant in that case?
If the True/False value of a branch is known at compile-time, I think an even better solution would be to just remove the unreachable branch. This should also make our program analysis a bit smarter
avoid needless Tag(0, MakeTuple()) calls
The text was updated successfully, but these errors were encountered: