[flang] [llvm] [flang][OpenMP] Parse iterators, add to MAP clause, TODO for lowering (PR #113167)
Kiran Chandramohan via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 09:57:38 PDT 2024
================
@@ -3424,7 +3424,17 @@ struct AssignedGotoStmt {
WRAPPER_CLASS(PauseStmt, std::optional<StopCode>);
-// Parse tree nodes for OpenMP 4.5 directives and clauses
+// Parse tree nodes for OpenMP 4.5+ directives and clauses
----------------
kiranchandramohan wrote:
If this is a general update then may be saying OpenMP 5.2 is better.
https://github.com/llvm/llvm-project/pull/113167
More information about the llvm-commits
mailing list