[flang-commits] [flang] [mlir] [flang][OpenMP] Lower allocator-backed storage for allocate clauses (PR #211621)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Fri Jul 24 07:00:25 PDT 2026


================
@@ -0,0 +1,171 @@
+! REQUIRES: openmp_runtime
+! RUN: %flang_fc1 -emit-hlfir %openmp_flags -fopenmp-version=51 -o - %s 2>&1 | FileCheck %s --check-prefix=HLFIR
+! RUN: %flang_fc1 -emit-llvm %openmp_flags -fopenmp-version=51 -o - %s 2>&1 | FileCheck %s --check-prefix=LLVM
----------------
tblah wrote:

This is an integration test. See https://github.com/llvm/llvm-project/blob/main/flang/test/Integration/README.md. They are more difficult to maintain, and I am not sure if it is needed here because you already added the correct tests in mlir/

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


More information about the flang-commits mailing list