[flang] [llvm] Adding parsing support for omp loop, target loop directives (PR #93517)

Anchu Rajendran Sudhakumari via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 23:34:10 PDT 2024


================
@@ -2232,6 +2232,35 @@ def OMP_teams_loop : Directive<"teams loop"> {
   ];
   let leafConstructs = [OMP_Teams, OMP_loop];
 }
+def OMP_target_loop : Directive<"target loop"> {
----------------
anchur wrote:

That is true. I copied the clauses from target and loop constructs.

https://github.com/llvm/llvm-project/pull/93517


More information about the llvm-commits mailing list