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

CIRGen support for *_atomic_{thread,signal}_fence #1274

Open
bcardosolopes opened this issue Jan 9, 2025 · 1 comment
Open

CIRGen support for *_atomic_{thread,signal}_fence #1274

bcardosolopes opened this issue Jan 9, 2025 · 1 comment
Labels
good first issue Good for newcomers

Comments

@bcardosolopes
Copy link
Member

All the below are missing:

CodeGen/CIRGenBuiltin.cpp:  case Builtin::BI__atomic_thread_fence:
CodeGen/CIRGenBuiltin.cpp-  case Builtin::BI__atomic_signal_fence:
CodeGen/CIRGenBuiltin.cpp:  case Builtin::BI__c11_atomic_thread_fence:
CodeGen/CIRGenBuiltin.cpp-  case Builtin::BI__c11_atomic_signal_fence:
CodeGen/CIRGenBuiltin.cpp:    llvm_unreachable("BI__atomic_thread_fence like NYI");
@bcardosolopes bcardosolopes added the good first issue Good for newcomers label Jan 9, 2025
@bcardosolopes bcardosolopes changed the title CIRGen support for *thread_fence CIRGen support for *_atomic_{thread,signal}_fence Jan 9, 2025
@elhewaty
Copy link
Member

elhewaty commented Jan 9, 2025

I will give it a try, assign me please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants