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
Two minor fixes that affect propagation of the __shared bit
* Type canonicalization now preserves __shared. This could
manifest as invalid references to SILDeclRefs with the
wrong signature.
* Function type lowering dispatches __shared tuples that are
not valid substitution targets through the @owned path in all
cases.
0 commit comments