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
SILGen: Handle reabstraction in attempted +0 argument peephole.
When we saw a 'let' property of a class, then `emitRValueForStorageLoad` would give back the loaded borrowed property as-is without checking for reabstraction first. Fall back to copying and reabstracting in this case. Fixes rdar://problem/41056468.
0 commit comments