[flang-commits] [flang] [llvm] [flang][OpenMP] Overhaul implementation of ATOMIC construct (PR #137852)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Wed Jun 4 06:10:13 PDT 2025


================
@@ -777,5 +777,153 @@ inline bool checkForSymbolMatch(const Fortran::semantics::SomeExpr *lhs,
   }
   return false;
 }
+
+namespace operation {
+
+enum class Operator {
----------------
kparzysz wrote:

PREVIOUS and NEXT aren't recognized as intrinsics at the moment.  We'll add them once they're implemented in flang.

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


More information about the flang-commits mailing list