[flang-commits] [flang] [flang][OpenMP] incorrect handling for local variable in OpenMP parallel workshare firstprivate(P) (PR #195616)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Sun May 17 07:09:27 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.
----------------
tblah wrote:
Why is an LLVM test necessary in this case?
With us already having the FIR_OPT test, I am not sure we need the FIR test? Correct me if I'm wrong.
These two just make this test harder to maintain.
https://github.com/llvm/llvm-project/pull/195616
More information about the flang-commits
mailing list