Skip to content

Add -sil-inline-never-functions flag. #30467

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 18, 2020
Merged

Add -sil-inline-never-functions flag. #30467

merged 1 commit into from
Mar 18, 2020

Conversation

atrick
Copy link
Contributor

@atrick atrick commented Mar 18, 2020

And fix a test case that assumes Array.append is never inlined.

We need to be able to prevent inlining a function and any of its
specializations. There's no way to specify multiple function names on
the command line, so we use the partial match technique.

Part of the series of already-approved pass manager commits from:
#22445

And fix a test case that assumes Array.append is never inlined.

We need to be able to prevent inlining a function and any of its
specializations. There's no way to specify multiple function names on
the command line, so we use the partial match technique.
@atrick
Copy link
Contributor Author

atrick commented Mar 18, 2020

@swift-ci test

@atrick atrick merged commit 75bad90 into swiftlang:master Mar 18, 2020
@atrick atrick deleted the add-inline-never branch March 18, 2020 15:28
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