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

Implement llvm memory fence intrinsic. #8061

Closed
toddaaro opened this issue Jul 26, 2013 · 1 comment
Closed

Implement llvm memory fence intrinsic. #8061

toddaaro opened this issue Jul 26, 2013 · 1 comment
Labels
A-concurrency Area: Concurrency related issues. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@toddaaro
Copy link
Contributor

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

@Aatch
Copy link
Contributor

Aatch commented Jul 28, 2013

I'm just testing a patch that adds fence intrinsics. Should be up soon.

@bors bors closed this as completed in 5842ab3 Jul 28, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Dec 6, 2021
…=flip1995

Fixed same_name_method description

Noticed some odd phrasing, while checking out the new release.

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-concurrency Area: Concurrency related issues. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants