Skip to content

Commit 4319219

Browse files
committed
mark newfunc as kernel
1 parent 11e103b commit 4319219

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/CodeGen/NVPTX/lower-byval-args.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite
440440
attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: write) }
441441

442442
!llvm.module.flags = !{!0, !1, !2, !3}
443-
!nvvm.annotations = !{!4, !5, !6, !7, !8, !9, !10, !11, !12, !13, !14, !15, !16, !17, !18, !19}
443+
!nvvm.annotations = !{!4, !5, !6, !7, !8, !9, !10, !11, !12, !13, !14, !15, !16, !17, !18, !19, !23}
444444
!llvm.ident = !{!20, !21}
445445

446446
!0 = !{i32 2, !"SDK Version", [2 x i32] [i32 11, i32 8]}
@@ -465,3 +465,4 @@ attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: write) }
465465
!19 = !{ptr @test_select_write, !"kernel", i32 1}
466466
!20 = !{!"clang version 20.0.0git"}
467467
!21 = !{!"clang version 3.8.0 (tags/RELEASE_380/final)"}
468+
!23 = !{ptr @memcpy_from_param_noalign, !"kernel", i32 1}

0 commit comments

Comments
 (0)