[flang-commits] [flang] [Flang][OpenMP] Port OpenMP single tests to hlfir flow (PR #69877)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Mon Oct 23 06:24:03 PDT 2023


================
@@ -0,0 +1,131 @@
+!RUN: %flang_fc1 -emit-hlfir -fopenmp %s -o - | FileCheck %s
+!RUN: bbc -emit-hlfir -fopenmp %s -o - | FileCheck %s
+
+!===============================================================================
+! Single construct
+!===============================================================================
+
+!CHECK-LABEL: func @_QPomp_single
+!CHECK-SAME: (%[[x:.*]]: !fir.ref<i32> {fir.bindc_name = "x"})
----------------
kiranchandramohan wrote:

Nit: Change `x` to a capital `X`, here and elsewhere.

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


More information about the flang-commits mailing list