Skip to content

Implement llvm memory fence intrinsic. #8061

Closed
@toddaaro

Description

@toddaaro

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

No one assigned

    Labels

    A-concurrencyArea: ConcurrencyE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions