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

[flang][OpenMP][omp2012] Not yet implemented: array references in atomic update #68384

Closed
NimishMishra opened this issue Oct 6, 2023 · 1 comment

Comments

@NimishMishra
Copy link
Contributor

Currently, lowering of atomic update statements in LLVM flang do not support array references.

Reproducer:

integer, dimension(5) :: x
!$omp atomic
  x(4) = x(4) + 5
@NimishMishra NimishMishra self-assigned this Oct 6, 2023
@llvmbot
Copy link
Collaborator

llvmbot commented Oct 6, 2023

@llvm/issue-subscribers-flang-ir

Currently, lowering of atomic update statements in LLVM flang do not support array references.

Reproducer:

integer, dimension(5) :: x
!$omp atomic
  x(4) = x(4) + 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants