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

[LLVM] Add a C API for creating instructions with custom syncscopes. #104775

Merged
merged 6 commits into from
Aug 20, 2024

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    a86400d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b9f075 View commit details
    Browse the repository at this point in the history
  3. Address review comments.

    maleadt committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0028d86 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Make LLVMIsAtomicSingleThread work on non-atomic instructions.

    Add LLVMIsAtomic so that users can guard uses of LLVMGetAtomicSyncScopeID.
    maleadt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ce5db1e View commit details
    Browse the repository at this point in the history
  2. Address review comments.

    maleadt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b4ad3c6 View commit details
    Browse the repository at this point in the history
  3. Address more review comments.

    maleadt committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    41aa204 View commit details
    Browse the repository at this point in the history