[flang-commits] [clang] [flang] [mlir] [flang][flang-driver] atomic control support (PR #143441)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Mon Jun 9 16:19:23 PDT 2025


================
@@ -2911,8 +2911,13 @@ static void genAtomicUpdateStatement(
   if (rightHandClauseList)
     genOmpAtomicHintAndMemoryOrderClauses(converter, *rightHandClauseList, hint,
                                           memoryOrder);
+  auto module = firOpBuilder.getModule();
----------------
tarunprabhu wrote:

Could we use a more concrete type instead of `auto` here

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


More information about the flang-commits mailing list