-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Handle variadic tuples in reabstraction thunk emission #67040
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle variadic tuples in reabstraction thunk emission #67040
Conversation
@swift-ci Please test |
6986dc1
to
ec141f2
Compare
@swift-ci Please test |
ec141f2
to
00e78cb
Compare
@swift-ci Please test |
Getting this right convinces the memory verifier to not complain about untouched empty pack result arguments, which should be innocuous.
Fixes rdar://110391963
00e78cb
to
c0777e6
Compare
@swift-ci Please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SIL changes lgtm.
(I'm not really the right person to review SILGen changes)
@swift-ci Please smoke test macOS |
The test failure in the full macOS run ( |
I opened a revert PR for this new test Konrad added - #67054 |
Fixes rdar://110391963