================ @@ -53,6 +53,11 @@ class TargetOptions { /// Print verbose assembly bool asmVerbose = false; + + /// Atomic Control Options for AMD GPU ---------------- anchuraj wrote: Updated https://github.com/llvm/llvm-project/pull/143441