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
SIL optimizer: consider non-branch terminators with a single successor for critical edges.
For example: a switch_enum for a single-case enum. It has only a single successor edge, but needs to be split as well (if the destination block has multiple predecessors).
Fixes a crash in SimplifyCFG.
rdar://problem/44675677
0 commit comments