[flang-commits] [flang] Adding parsing and semantic check support for omp masked (PR #91432)

Michael Klemm via flang-commits flang-commits at lists.llvm.org
Sun May 12 05:36:10 PDT 2024


================
@@ -2222,6 +2222,9 @@ genOMP(Fortran::lower::AbstractConverter &converter,
     const bool genNested = !nextDir;
     const bool outerCombined = outermostLeafConstruct && nextDir.has_value();
     switch (leafDir) {
+    case llvm::omp::Directive::OMPD_masked:
+      TODO(currentLocation,
----------------
mjklemm wrote:

Oh, if you want the Section number: it's Section 10.5 in OpenMP version 5.2

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


More information about the flang-commits mailing list