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

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Fri May 10 03:14:05 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,
----------------
skatrak wrote:

Nit: Add comment with the spec (v4.5, if I'm not wrong, you can check the others below to make sure) section number for "MASKED".

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


More information about the flang-commits mailing list