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

add more missing LLVM passes to C-API #38437

Merged
merged 1 commit into from
Nov 16, 2020
Merged

add more missing LLVM passes to C-API #38437

merged 1 commit into from
Nov 16, 2020

Conversation

vchuravy
Copy link
Member

No description provided.

@vchuravy vchuravy requested a review from maleadt November 14, 2020 00:02
@vchuravy vchuravy merged commit 7d8d768 into master Nov 16, 2020
@vchuravy vchuravy deleted the vc/llvm_api branch November 16, 2020 14:58
unwrap(PM)->add(createLoadStoreVectorizerPass());
}

extern "C" JL_DLLEXPORT void LLVMExtraAddVectorCombinePass(LLVMPassManagerRef PM) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This broke LLVM 10.

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.

3 participants