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

Anchu Rajendran S via flang-commits flang-commits at lists.llvm.org
Wed Jul 2 06:38:49 PDT 2025


================
@@ -53,6 +53,11 @@ class TargetOptions {
 
   /// Print verbose assembly
   bool asmVerbose = false;
+
+  /// Atomic control options for AMD gpu
+  bool ignoreDenormalMode = false;
+  bool remoteMemory = false;
+  bool fineGrainedMemory = false;
----------------
anchuraj wrote:

I agree, Thank you! 

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


More information about the flang-commits mailing list