[Mlir-commits] [flang] [mlir] [OpenMP][LLVM] Clone `omp.private` op in the parent module (PR #96024)
Kiran Chandramohan
llvmlistbot at llvm.org
Fri Jun 21 02:49:34 PDT 2024
================
@@ -0,0 +1,40 @@
+! Tests the OMPIRBuilder can handle multiple privatization regions that contain
+! multiple BBs (for example, for allocatables).
+
+! RUN: %flang -S -emit-llvm -fopenmp -mmlir --openmp-enable-delayed-privatization \
----------------
kiranchandramohan wrote:
LLVM IR checks are better avoided in Flang. If we really need this then this should go to the Integration directory. Alternative is to drop it since it will be tested in the Fujitsu suite (later incorporated into llvm-testsuite) and by the translation lit test.
https://github.com/llvm/llvm-project/pull/96024
More information about the Mlir-commits
mailing list