[flang-commits] [flang] [flang][OpenMP] Add implicit casts for omp.atomic.capture (PR #138163)

via flang-commits flang-commits at lists.llvm.org
Thu May 1 09:24:57 PDT 2025


================
@@ -64,4 +64,4 @@ Note : No distinction is made between the support in Parser/Semantics, MLIR, Low
 | target teams distribute parallel loop simd construct       | P      | device, reduction, dist_schedule and linear clauses are not supported |
 
 ## OpenMP 3.1, OpenMP 2.5, OpenMP 1.1
-All features except a few corner cases in atomic (complex type, different but compatible types in lhs and rhs), threadprivate (character type) constructs/clauses are supported.
+All features except a few corner cases in threadprivate (character type) constructs/clauses are supported.
----------------
NimishMishra wrote:

@kiranchandramohan @tblah With this PR merged, would we be in a position to close these open issues with atomic 1.1 ?

https://github.com/llvm/llvm-project/pull/138163


More information about the flang-commits mailing list