[Mlir-commits] [flang] [llvm] [mlir] [Flang] [OpenMP] [MLIR] Add lowering support for OMP ALLOCATE directives and its clauses (PR #187167)

Tom Eccles llvmlistbot at llvm.org
Wed Mar 18 04:03:55 PDT 2026


================
@@ -0,0 +1,19 @@
+! This test checks lowering of OpenMP allocate Directive to LLVM IR.
+! Verifies code generation for default (no align, null allocator) case.
+
+! RUN: %flang_fc1 -emit-llvm -fopenmp %s -o - | FileCheck %s
----------------
tblah wrote:

See comment above. flang/test/Lower is for tests lowering from Fortran to MLIR.

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


More information about the Mlir-commits mailing list