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

[CIR][CIRGen] Handle __sync_{and,or,xor}_and_fetch #1328

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

moar55
Copy link
Contributor

@moar55 moar55 commented Feb 9, 2025

This addresses #1273.
Nand is missing here, as i didn't intuitively know how to implement it initially.
I think I have figured it out and will push in an upcoming commit.

Copy link
Member

@Lancern Lancern left a comment

Choose a reason for hiding this comment

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

LGTM.

@bcardosolopes
Copy link
Member

Will merge as soon as the tests pass!

@moar55
Copy link
Contributor Author

moar55 commented Feb 10, 2025

Looks like it's ready @bcardosolopes :)

@Lancern Lancern changed the title #1273: Handle __sync_{and,or,xor}_and_fetch [CIR][CIRGen] Handle __sync_{and,or,xor}_and_fetch Feb 11, 2025
@Lancern Lancern merged commit 637f2f3 into llvm:main Feb 11, 2025
7 checks passed
@Lancern
Copy link
Member

Lancern commented Feb 11, 2025

Merged :)

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