Skip to content

IRGen: in multi-threaded compilation, create all specializations of a function in the same LLVM module. #29326

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
Jan 21, 2020

Conversation

eeckstein
Copy link
Contributor

This increases the chances that multiple specializations from the same function can be merged with LLVM's function merge pass.

… function in the same LLVM module.

This increases the chances that multiple specializations from the same function can be merged with LLVM's function merge pass.
@eeckstein
Copy link
Contributor Author

@swift-ci test

Copy link
Contributor

@aschwaighofer aschwaighofer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@eeckstein eeckstein merged commit 9583261 into swiftlang:master Jan 21, 2020
@eeckstein eeckstein deleted the irgen-for-merge-functions branch January 21, 2020 16:52
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