[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
Tue May 14 23:13:39 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
----------------
anchuraj wrote:
Yeah, thanks. Corrected. Its a copy paste mistake. I noticed a few more examples in the same folder with the same mistake. Will correct those in a separate PR.
https://github.com/llvm/llvm-project/pull/91432
More information about the flang-commits
mailing list