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
ie block 4 isn't reachable here, and violates our assumptions by not branching anywhere. I guess the Julia compiler has some way to handle this case. I know little about how the :inbounds expression works so I'm not sure if it's safe to simply drop the :pop; for functional we could just remove all :inbounds expressions.
I've been meaning to build some tools for stripping unreachable code, so when I do I'll try to fix this issue as well.
The following example fails this assert on Julia v1.7.2, IRTools v0.4.6:
The text was updated successfully, but these errors were encountered: