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
[SILDiagnostics] Fix an invalidation crash in DiagnoseStaticExclusivity.
Fix a crash when re-hashing the basic-block map would leave behind a dangling
mutable reference.
The irony that the language feature this pass implements would have caught this
issue statically is not lost on me.
0 commit comments