Skip to content

Auto upgrade bitcode to new vararg representation for coro.id.retcon.once intrinsic #10299

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

Merged
merged 1 commit into from
Mar 22, 2025

Conversation

t-rasmud
Copy link

The signature of coro.id.retcon.once intrinsic was modified in #10015 with an extra vararg. This commit adds an auto upgrader to LLVM in order to be compatible with compilers generating old bitcode (intrinsic without the vararg).

rdar://147426562

…once intrinsic

The signature of coro.id.retcon.once intrinsic was modified in #10015
with an extra vararg. This commit adds an auto upgrader to LLVM in order to be compatible with compilers
generating old bitcode (intrinsic without the vararg).

rdar://147426562
@t-rasmud t-rasmud marked this pull request as ready for review March 19, 2025 20:39
@t-rasmud t-rasmud requested a review from a team as a code owner March 19, 2025 20:39
@t-rasmud
Copy link
Author

@llvm-ci test

@aschwaighofer
Copy link

@swift-ci test llvm

@aschwaighofer
Copy link

@swift-ci test

@t-rasmud t-rasmud merged commit 969660b into stable/20240723 Mar 22, 2025
5 checks passed
@t-rasmud t-rasmud deleted the llvm-coro-autoupgrade branch March 22, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants