[flang-commits] [flang] [flang][PFT-to-MLIR] Do not wrap the DO of an OpenMP loop construct (PR #216280)
Kareem Ergawy via flang-commits
flang-commits at lists.llvm.org
Mon Aug 17 04:42:38 PDT 2026
================
@@ -0,0 +1,45 @@
+! RUN: bbc --wrap-unstructured-constructs-in-execute-region -emit-hlfir -fopenmp -o - %s | FileCheck %s --implicit-check-not=scf.execute_region
----------------
ergawy wrote:
Added cases for collapse and ordered. tile crashes without any of my changes so created an issue: https://github.com/llvm/llvm-project/issues/216701 and tracked it in the comment.
https://github.com/llvm/llvm-project/pull/216280
More information about the flang-commits
mailing list