-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-concurrencyArea: ConcurrencyArea: ConcurrencyE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Description
It looks like we have almost every atomic intrinsic now, but we still don't seem to have the 'fence' intrinsic.
http://llvm.org/releases/3.0/docs/LangRef.html#i_fence
I believe this can be implemented fairly easily, but it requires some comfort manipulating the trans code. @Aatch has a recent pull request that does this in the appropriate areas. #7168
Blocks #4877
Metadata
Metadata
Assignees
Labels
A-concurrencyArea: ConcurrencyArea: ConcurrencyE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.