-
Notifications
You must be signed in to change notification settings - Fork 115
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
CIRGen support for __sync_{and,or,xor,nand}_and_fetch
builtin
#1273
Comments
I would like to take this issue. |
@moar55 neat, assigned to you! |
Hey, I was looking at the previous tests. And was wondering why does
Wouldn't it be less instructions if |
One other thing more related to this task, I don't see the |
What have you found when you compared to LLVM output from OG? We go about the same |
Do you need it as part of implementing anything? If so yes, if just for completeness best we don't. |
add
andsub
are already supported.The text was updated successfully, but these errors were encountered: