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

llvm-multiversioning: reduce clone set #38212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Oct 28, 2020

Attempting to reduce the usage of non-local information from this pass, to make it possible to parallelize it and to cache the result. Perhaps also addresses part of #37530?

Removes usage of non-local information from this pass, making it
possible to parallelize it and to cache the result.
@vtjnash vtjnash force-pushed the jn/localize-multiversioning branch from 409cbf0 to 6b0a5cc Compare October 28, 2020 16:15
@kshyatt kshyatt added the external dependencies Involves LLVM, OpenBLAS, or other linked libraries label Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external dependencies Involves LLVM, OpenBLAS, or other linked libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants