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
[Package CMO] Remove workaround for skipped types in serializability pass
This PR removes the workaround previously added to handle types that were
overlooked during the initial serializability pass. With `InstructionVisitor`
now ensuring comprehensive serializability checks in that pass, the workaround
is no longer needed.
Resolves rdar://137711038
0 commit comments