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

Parallel for loop vectorization legality tweak #26

Merged
merged 1 commit into from
Nov 27, 2017
Merged

Conversation

isundaylee
Copy link
Collaborator

Turns out LLVM LoopVectorizer already has logic dealing with loops that have been annotated as parallel (for OpenMP loops, for example?). This commit simply makes LLVM recognize Tapir/Rhino loops as parallel loops.

@wsmoses wsmoses merged commit 9583dee into master Nov 27, 2017
neboat pushed a commit that referenced this pull request Dec 6, 2017
neboat added a commit that referenced this pull request Jan 9, 2018
stelleg pushed a commit to stelleg/Tapir-LLVM that referenced this pull request Dec 19, 2018
stelleg pushed a commit to stelleg/Tapir-LLVM that referenced this pull request Dec 20, 2018
stelleg pushed a commit to stelleg/Tapir-LLVM that referenced this pull request Dec 20, 2018
stelleg pushed a commit to stelleg/Tapir-LLVM that referenced this pull request Jan 12, 2019
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.

None yet

2 participants