Skip to content

Commit 2fa44f0

Browse files
authored
Add check-not for cuf.free
1 parent 74b42bb commit 2fa44f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/test/Lower/CUDA/cuda-shared.cuf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ end subroutine
99

1010
! CHECK-LABEL: func.func @_QPsharedmem() attributes {cuf.proc_attr = #cuf.cuda_proc<global>}
1111
! CHECK: %{{.*}} = cuf.shared_memory !fir.array<32xf32> {bindc_name = "s", uniq_name = "_QFsharedmemEs"} -> !fir.ref<!fir.array<32xf32>>
12+
! CHECK-NOT: cuf.free

0 commit comments

Comments
 (0)