[llvm-branch-commits] [flang] [Flang][OpenMP] Restructure recursive lowering in `createBodyOfOp` (PR #77761)

Sergio Afonso via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jan 15 04:41:52 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
----------------
skatrak wrote:

I think it would be a bit better to also check the general structure inside of omp.parallel. That is, checking the blocks and terminators that are created.

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


More information about the llvm-branch-commits mailing list