[clang] [compiler-rt] [clang-tools-extra] [flang] [llvm] [Flang][OpenMP] Restructure recursive lowering in `createBodyOfOp` (PR #77761)

Krzysztof Parzyszek via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 18 13:36:46 PST 2024


================
@@ -0,0 +1,19 @@
+! RUN: bbc -fopenmp -o - %s | FileCheck %s
+
+! Check that this test can be lowered successfully.
+! See https://github.com/llvm/llvm-project/issues/74348
+
+! CHECK-LABEL: func.func @_QPsb
+! CHECK: omp.parallel
----------------
kparzysz wrote:

That's done.

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


More information about the cfe-commits mailing list