Skip to content

Commit fa592f1

Browse files
committed
check details of cuf.kernel op
1 parent 17f277e commit fa592f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ end
3434
! CHECK: func.func @_QPdoconc2() {
3535
! CHECK: %[[DECLI:.*]]:2 = hlfir.declare %{{.*}}#0 {uniq_name = "_QFdoconc2Ei"} : (!fir.ref<i32>) -> (!fir.ref<i32>, !fir.ref<i32>)
3636
! CHECK: %[[DECLJ:.*]]:2 = hlfir.declare %{{.*}}#0 {uniq_name = "_QFdoconc2Ej"} : (!fir.ref<i32>) -> (!fir.ref<i32>, !fir.ref<i32>)
37-
! CHECK: cuf.kernel<<<*, *>>>
37+
! CHECK: cuf.kernel<<<*, *>>> (%arg0 : i32, %arg1 : i32) = (%{{.*}}, %{{.*}} : index, index) to (%{{.*}}, %{{.*}} : index, index) step (%{{.*}}, %{{.*}} : index, index) {
3838
! CHECK: %{{.*}} = fir.load %[[DECLI]]#0 : !fir.ref<i32>
3939
! CHECK: %{{.*}} = fir.load %[[DECLJ]]#0 : !fir.ref<i32>

0 commit comments

Comments
 (0)