[clang] [flang] [llvm] Enable seq_cst Clause for flush Directive in OpenMP (PR #114072)
    Kiran Chandramohan via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov  4 06:10:08 PST 2024
    
    
  
================
@@ -17,6 +17,7 @@ template <class T>
 T tmain(T argc) {
   static T a;
 #pragma omp flush
+#pragma omp flush seq_cst
----------------
kiranchandramohan wrote:
We need a CHECK line corresponding to this new entry.
https://github.com/llvm/llvm-project/pull/114072
    
    
More information about the llvm-commits
mailing list