[flang-commits] [flang] [Flang][OpenMP] Handle more character allocatable cases in privatization (PR #90449)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Mon Apr 29 05:30:24 PDT 2024


================
@@ -34,7 +34,7 @@ subroutine delayed_privatization_allocatable
 ! CFGConv-NEXT:   %[[ALLOC_COND:.*]] = arith.cmpi ne, %[[PRIV_ARG_ADDR]], %[[C0]] : i64
 ! CFGConv-NEXT:   cf.cond_br %[[ALLOC_COND]], ^[[ALLOC_MEM_BB:.*]], ^[[ZERO_MEM_BB:.*]]
 ! CFGConv-NEXT: ^[[ALLOC_MEM_BB]]:
-! CFGConv-NEXT:   fir.allocmem
+! CFGConv:        fir.allocmem
----------------
kiranchandramohan wrote:

Same issue as below.

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


More information about the flang-commits mailing list