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
rdar://147269070 (SILGen generates invalid SIL for
Interop/Cxx/stdlib/use-std-span.swift)
This test now generates invalid SIL out of SILGen:
SIL verification failed: stack dealloc does not match most recent stack alloc: op == state.Stack.back()
Verifying instruction:
%4 = alloc_stack $std.__1.span<__cxxConst<CInt>, _CUnsignedLong_18446744073709551615> // users: %33, %28, %27
-> dealloc_stack %4 : $*std.__1.span<__cxxConst<CInt>, _CUnsignedLong_18446744073709551615> // id: %33
0 commit comments