[flang-commits] [flang] [flang] Restrict O0 hlfir.assign scalar-to-array inlining to OpenMP target device (PR #201774)

Sairudra More via flang-commits flang-commits at lists.llvm.org
Sat Jun 6 10:54:28 PDT 2026


================
@@ -1,4 +1,4 @@
-! RUN: %flang_fc1 -emit-fir -fopenmp -fopenmp-version=60 %s -o - | FileCheck %s --implicit-check-not="fir.call @_FortranAAssign"
+! RUN: %flang_fc1 -emit-fir -O1 -fopenmp -fopenmp-version=60 %s -o - | FileCheck %s --implicit-check-not="fir.call @_FortranAAssign"
----------------
Saieiei wrote:

Addressed!

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


More information about the flang-commits mailing list