Skip to content

Fix simd-op-check for top-of-tree LLVM#6529

Merged
steven-johnson merged 2 commits intomasterfrom
srj/tot
Jan 3, 2022
Merged

Fix simd-op-check for top-of-tree LLVM#6529
steven-johnson merged 2 commits intomasterfrom
srj/tot

Conversation

@steven-johnson
Copy link
Copy Markdown
Contributor

No description provided.

@steven-johnson steven-johnson requested a review from abadams January 3, 2022 19:15
@abadams
Copy link
Copy Markdown
Member

abadams commented Jan 3, 2022

Hrm, that seems like a regression in llvm. Even if it's still a single instruction, it occupies an register with the constant. I'll take a closer look.

@steven-johnson
Copy link
Copy Markdown
Contributor Author

Hrm, that seems like a regression in llvm. Even if it's still a single instruction, it occupies an register with the constant. I'll take a closer look.

See https://reviews.llvm.org/D116166

@abadams
Copy link
Copy Markdown
Member

abadams commented Jan 3, 2022

Ah, I was just looking for that, thanks. I guess twice the throughput is worth the extra register used nearly all of the time. Maybe add that link as a comment in the PR to explain why it's doing that?

@steven-johnson steven-johnson merged commit 2651402 into master Jan 3, 2022
@steven-johnson steven-johnson deleted the srj/tot branch January 3, 2022 20:45
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