[flang-commits] [flang] [llvm] [flang][OpenMP] Decompose compound constructs, do recursive lowering (PR #90098)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Tue May 7 09:22:01 PDT 2024
================
@@ -60,18 +60,18 @@ subroutine test_tp()
!CHECK-LABEL: func @_QPtest_scalar
!CHECK: omp.parallel
-!CHECK: %[[I1:.*]]:2 = hlfir.declare %{{.*}} {uniq_name = "_QFtest_scalarEi1"} : (!fir.ref<i32>) -> (!fir.ref<i32>, !fir.ref<i32>)
----------------
skatrak wrote:
That seems to me like a reasonable amount. If the reordering happens during recomposition, maybe we will be able to restore the order as it was once we remove the need for that step.
https://github.com/llvm/llvm-project/pull/90098
More information about the flang-commits
mailing list