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

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Fri May 10 02:37:17 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
----------------
kiranchandramohan wrote:

Please use `%not_todo_cmd` to ensure this works correctly in all kind of builds.

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


More information about the flang-commits mailing list