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

Anchu Rajendran S via flang-commits flang-commits at lists.llvm.org
Wed May 15 00:28:32 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,
----------------
anchuraj wrote:

 I see that in a recent [commit](https://github.com/llvm/llvm-project/pull/90098/files#diff-496a295679ae3c43f8651c944a1bd9dca177ad2b5e4d7121f96938024e292bc1L2217) all section numbers are removed. The section numbers keeps changing unless some one needs to go to the exact spec. So I am more in favor of not adding it. Please let me know if you feel otherwise

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


More information about the flang-commits mailing list