[flang-commits] [flang] [flang] Characterize allocation based on MemAlloc effect instead of pattern matching (PR #166806)

Susan Tan ス-ザン タン via flang-commits flang-commits at lists.llvm.org
Mon Nov 10 10:30:29 PST 2025


================
@@ -244,9 +244,5 @@ subroutine unstructured_do_concurrent
 ! CHECK:       ^[[HEADER]]:
 ! CHECK:         %{{.*}} = fir.load %[[ITER_VAR]] : !fir.ref<i32>
 ! CHECK:         cf.cond_br %{{.*}}, ^[[BODY:.*]], ^[[EXIT:.*]]
-
-! CHECK:       ^[[BODY]]:
-! CHECK-NEXT:    %{{.*}} = fir.alloca !fir.logical<4> {bindc_name = "success", {{.*}}}
----------------
SusanTan wrote:

changed! please check the most updated commit. for some the llvm diff doesn't show this being outdated

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


More information about the flang-commits mailing list