-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[OpaqueValues] Skip temporary when loading l-value base. #67687
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
[OpaqueValues] Skip temporary when loading l-value base. #67687
Conversation
@swift-ci please test |
@swift-ci please test windows platform |
@swift-ci please test macos platform |
1 similar comment
@swift-ci please test macos platform |
When emitting key-path functions on behalf of a base that's an l-value, copy the l-value into a temporary only when using lowered addresses.
006775d
to
4c6fc1a
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.
LGTM
@swift-ci please test linux platform |
@swift-ci please test macos platform |
@swift-ci please test linux platform |
1 similar comment
@swift-ci please test linux platform |
When emitting key-path functions on behalf of a base that's an l-value, copy the l-value into a temporary only when using lowered addresses.