-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[6.2] Fix IRGen for @_addressable params which may be "captured". #80709
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
Conversation
@swift-ci test |
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍(Review updated until commit e048dd1)Here are some key observations to aid the review process:
|
Simply omit the 'nocapture' attribute on the parameter. Fixes rdar://148039510 ([nonescapable] IRGen: lower addressable params to LLVM: captures(ret: address, provenance)) (cherry picked from commit 2d9df8f)
40780a4
to
e048dd1
Compare
@swift-ci smoke test |
@swift-ci test |
Persistent review updated to latest commit e048dd1 |
Simply omit the 'nocapture' attribute on the parameter.
Fixes rdar://148039510 ([nonescapable] IRGen: lower addressable
params to LLVM: captures(ret: address, provenance))
(cherry picked from commit e40a34d)
main PR: #80708