[flang-commits] [flang] [llvm] [FLANG][OpenMP]Add frontend support for ASSUME and ASSUMES (PR #120770)
Kiran Chandramohan via flang-commits
flang-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 flang-commits
mailing list