[flang-commits] [flang] [flang][OpenMP] incorrect handling for local variable in OpenMP parallel workshare firstprivate(P) (PR #195616)
via flang-commits
flang-commits at lists.llvm.org
Wed May 20 02:07:25 PDT 2026
================
@@ -0,0 +1,232 @@
+!===----------------------------------------------------------------------===!
+! This directory can be used to add Integration tests involving multiple
+! stages of the compiler (for eg. from Fortran to LLVM IR). It should not
+! contain executable tests. We should only add tests here sparingly and only
+! if there is no other way to test. Repeat this message in each test that is
+! added to this directory and sub-directories.
----------------
SunilKuravinakop wrote:
fir-opt testing was being done in flang/test/Transforms/OpenMP/lower-workshare-thread-local.mlir. I have moved the testing back to this one from flang/test/Integration/OpenMP/workshare-firstprivate-pointer.f90.
https://github.com/llvm/llvm-project/pull/195616
More information about the flang-commits
mailing list