[flang-commits] [clang] [flang] [mlir] [flang][flang-driver] atomic control support (PR #143441)
Anchu Rajendran S via flang-commits
flang-commits at lists.llvm.org
Wed Jun 11 14:51:52 PDT 2025
================
@@ -2911,8 +2911,13 @@ static void genAtomicUpdateStatement(
if (rightHandClauseList)
genOmpAtomicHintAndMemoryOrderClauses(converter, *rightHandClauseList, hint,
memoryOrder);
+ auto module = firOpBuilder.getModule();
----------------
anchuraj wrote:
Updated.
https://github.com/llvm/llvm-project/pull/143441
More information about the flang-commits
mailing list