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
[4.2] IRGen: Fix type of a global with tail allocated storage
Cast the result to the expected type rather than a special
'..._tailelemsN' type.
Scope: Usage of a global array if involved in a phi node (control-flow)
could cause a compiler assert.
Risk: Low.
Testing: Swift CI
Reviewed: Erik Eckstein
rdar://44563038
0 commit comments