We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccfee4 commit a8b1627Copy full SHA for a8b1627
flang/test/Fir/OpenACC/openacc-type-categories-class.f90
@@ -1,3 +1,5 @@
1
+! RUN: bbc -fopenacc -emit-hlfir %s -o - | fir-opt -pass-pipeline='builtin.module(test-fir-openacc-interfaces)' --mlir-disable-threading 2>&1 | FileCheck %s
2
+
3
module mm
4
type, public :: polyty
5
real :: field
@@ -9,7 +11,6 @@ subroutine init(this)
9
11
end subroutine
10
12
end module
13
-! RUN: bbc -fopenacc -emit-hlfir %s -o - | fir-opt -pass-pipeline='builtin.module(test-fir-openacc-interfaces)' --mlir-disable-threading 2>&1 | FileCheck %s
14
! CHECK: Visiting: {{.*}} acc.copyin {{.*}} {name = "this", structured = false}
15
! CHECK: Mappable: !fir.class<!fir.type<_QMmmTpolyty{field:f32}>>
16
! CHECK: Type category: composite
0 commit comments