[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


================
@@ -0,0 +1,65 @@
+
+! This test checks lowering of OpenMP masked Directive.
+
+// RUN: not flang-new -fc1 -emit-fir -fopenmp %s 2>&1 | FileCheck %s
+
+subroutine test_masked()
+  integer :: c = 1
+  // CHECK: not yet implemented: Unhandled Directive masked
----------------
mjklemm wrote:

Please fix these comments before merging.

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


More information about the flang-commits mailing list