[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
Wed May 15 00:33:45 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:

I won't argue for having the section numbers, as they are a moving target (like you rightfully say) and finding the constructs in the OpenMP spec is fairly easy. :-) 

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


More information about the flang-commits mailing list