[flang] [llvm] [FLANG][OpenMP]Add frontend support for ASSUME and ASSUMES (PR #120770)
    Kiran Chandramohan via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb  3 05:16:25 PST 2025
    
    
  
================
@@ -3117,6 +3139,10 @@ class UnparseVisitor {
     return Walk("", list, comma, suffix);
   }
 
+  void Walk(const OmpClauseList &x, const char *sep = " ") {
+    return Walk(" ", x.v, sep);
+  }
----------------
kiranchandramohan wrote:
Nit: Is this required?
https://github.com/llvm/llvm-project/pull/120770
    
    
More information about the llvm-commits
mailing list