Skip to content
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

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

Merged
merged 1 commit into from
Apr 7, 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
(cherry picked from commit bb25095)

@t-rasmud
Copy link
Author

@swift-ci test llvm

@t-rasmud
Copy link
Author

@swift-ci test

@t-rasmud t-rasmud requested a review from aschwaighofer March 22, 2025 17:20
@t-rasmud
Copy link
Author

@swift-ci test

@t-rasmud
Copy link
Author

@swift-ci test llvm

@t-rasmud
Copy link
Author

@swift-ci test

…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
(cherry picked from commit bb25095)
@t-rasmud t-rasmud force-pushed the cherry-pick-auto-upgrade branch from cdf2d97 to a1458fd Compare March 25, 2025 17:59
@t-rasmud
Copy link
Author

@swift-ci test

@t-rasmud
Copy link
Author

@swift-ci test llvm

1 similar comment
@t-rasmud
Copy link
Author

t-rasmud commented Apr 2, 2025

@swift-ci test llvm

@t-rasmud
Copy link
Author

t-rasmud commented Apr 7, 2025

@swift-ci test

1 similar comment
@t-rasmud
Copy link
Author

t-rasmud commented Apr 7, 2025

@swift-ci test

@t-rasmud t-rasmud merged commit d3a42e4 into next Apr 7, 2025
2 of 5 checks passed
@t-rasmud t-rasmud deleted the cherry-pick-auto-upgrade branch April 7, 2025 22:19
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.

1 participant