| Issue |
181116
|
| Summary |
[Flang] Capture clause : Support
|
| Labels |
flang
|
| Assignees |
|
| Reporter |
SunilKuravinakop
|
```
subroutine weak_clause_01(var1, num1, num2)
integer :: var1, num1, num2
!$omp atomic compare
if (var1 == num1) var1 = num2
!$omp end atomic
end subroutine
```
OpenMP support for version 51 in flang is still incomplete.
`TODO(loc, "OpenMP ATOMIC COMPARE");` is present in flang/lib/Lower/OpenMP/Atomic.cpp. Is there any file where I can claim for the implementation for it?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs