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

[Coro] [async] Disable inlining in async coroutine splitting #8130

Merged

Conversation

aschwaighofer
Copy link

The call to the inlining utility does not update the call graph. Leading to assertion failures when calling the utility to update the call graph.

Instead rely on an inline pass to run after coro splitting and use alwaysinline annotations.

github.com/swiftlang/swift/issues/68708

@aschwaighofer
Copy link
Author

Please test with the following PR:
swiftlang/swift#71414

@swift-ci test

The call to the inlining utility does not update the call graph.
Leading to assertion failures when calling the utility to update the
call graph.

Instead rely on an inline pass to run after coro splitting and use
alwaysinline annotations.

github.com/swiftlang/swift/issues/68708
rdar://115905828
@aschwaighofer
Copy link
Author

Please test with the following PR:
swiftlang/swift#71414

@swift-ci test

@aschwaighofer
Copy link
Author

@swift-ci test windows

@aschwaighofer
Copy link
Author

Please test with the following PR:
swiftlang/swift#71414

@swift-ci test windows

1 similar comment
@aschwaighofer
Copy link
Author

Please test with the following PR:
swiftlang/swift#71414

@swift-ci test windows

@aschwaighofer
Copy link
Author

@swift-ci test

@aschwaighofer
Copy link
Author

Please test with the following PR:
swiftlang/swift#71414

@swift-ci test

@aschwaighofer aschwaighofer merged commit 99aec59 into swiftlang:stable/20230725 Feb 8, 2024
3 checks passed
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