[flang-commits] [flang] [llvm] Adding parsing support for omp loop, target loop directives (PR #93517)
Kareem Ergawy via flang-commits
flang-commits at lists.llvm.org
Tue May 28 20:53:50 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"> {
----------------
ergawy wrote:
AFAIK, `target loop` is a non-standard construct, right? Where did we get the allowed clauses from? What `target loop` map to in the standard?
cc @mjklemm
https://github.com/llvm/llvm-project/pull/93517
More information about the flang-commits
mailing list