blob: ae40ce3b7924f1ff115535da0336e1a0668684b6 [file] [log] [blame]
Yaxun Liu4d9a4d72017-11-16 02:54:49 +00001; RUN: llc -O0 -mtriple=amdgcn--amdhsa-amdgiz -mcpu=fiji -mattr=+amdgpu-debugger-reserve-regs -verify-machineinstrs < %s | FileCheck %s
2; RUN: llc -O0 -mtriple=amdgcn--amdhsa-amdgiz -mcpu=gfx901 -mattr=+amdgpu-debugger-reserve-regs -verify-machineinstrs < %s | FileCheck %s
3target datalayout = "A5"
Konstantin Zhuravlyove34ead82016-05-09 18:05:42 +00004; CHECK: reserved_vgpr_first = {{[0-9]+}}
5; CHECK-NEXT: reserved_vgpr_count = 4
Konstantin Zhuravlyove34ead82016-05-09 18:05:42 +00006; CHECK: ReservedVGPRFirst: {{[0-9]+}}
7; CHECK-NEXT: ReservedVGPRCount: 4
Konstantin Zhuravlyov8c273ad2016-04-18 16:28:23 +00008
9; Function Attrs: nounwind
Matt Arsenault3dbeefa2017-03-21 21:39:51 +000010define amdgpu_kernel void @test(i32 addrspace(1)* %A) #0 !dbg !12 {
Konstantin Zhuravlyov8c273ad2016-04-18 16:28:23 +000011entry:
Yaxun Liu4d9a4d72017-11-16 02:54:49 +000012 %A.addr = alloca i32 addrspace(1)*, align 4, addrspace(5)
13 store i32 addrspace(1)* %A, i32 addrspace(1)* addrspace(5)* %A.addr, align 4
14 call void @llvm.dbg.declare(metadata i32 addrspace(1)* addrspace(5)* %A.addr, metadata !17, metadata !18), !dbg !19
15 %0 = load i32 addrspace(1)*, i32 addrspace(1)* addrspace(5)* %A.addr, align 4, !dbg !20
Konstantin Zhuravlyov8c273ad2016-04-18 16:28:23 +000016 %arrayidx = getelementptr inbounds i32, i32 addrspace(1)* %0, i32 0, !dbg !20
17 store i32 1, i32 addrspace(1)* %arrayidx, align 4, !dbg !21
Yaxun Liu4d9a4d72017-11-16 02:54:49 +000018 %1 = load i32 addrspace(1)*, i32 addrspace(1)* addrspace(5)* %A.addr, align 4, !dbg !22
Konstantin Zhuravlyov8c273ad2016-04-18 16:28:23 +000019 %arrayidx1 = getelementptr inbounds i32, i32 addrspace(1)* %1, i32 1, !dbg !22
20 store i32 2, i32 addrspace(1)* %arrayidx1, align 4, !dbg !23
Yaxun Liu4d9a4d72017-11-16 02:54:49 +000021 %2 = load i32 addrspace(1)*, i32 addrspace(1)* addrspace(5)* %A.addr, align 4, !dbg !24
Konstantin Zhuravlyov8c273ad2016-04-18 16:28:23 +000022 %arrayidx2 = getelementptr inbounds i32, i32 addrspace(1)* %2, i32 2, !dbg !24
23 store i32 3, i32 addrspace(1)* %arrayidx2, align 4, !dbg !25
Konstantin Zhuravlyove34ead82016-05-09 18:05:42 +000024 ret void, !dbg !26
Konstantin Zhuravlyov8c273ad2016-04-18 16:28:23 +000025}
26
27; Function Attrs: nounwind readnone
28declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
29
Matt Arsenault45f82162016-07-11 23:35:48 +000030attributes #0 = { nounwind }
Konstantin Zhuravlyov8c273ad2016-04-18 16:28:23 +000031attributes #1 = { nounwind readnone }
32
33!llvm.dbg.cu = !{!0}
34!opencl.kernels = !{!3}
35!llvm.module.flags = !{!9, !10}
36!llvm.ident = !{!11}
37
Konstantin Zhuravlyove34ead82016-05-09 18:05:42 +000038!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.9.0 (trunk 268929)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2)
39!1 = !DIFile(filename: "test01.cl", directory: "/home/kzhuravl/Lightning/testing")
Konstantin Zhuravlyov8c273ad2016-04-18 16:28:23 +000040!2 = !{}
Konstantin Zhuravlyove34ead82016-05-09 18:05:42 +000041!3 = !{void (i32 addrspace(1)*)* @test, !4, !5, !6, !7, !8}
Konstantin Zhuravlyov8c273ad2016-04-18 16:28:23 +000042!4 = !{!"kernel_arg_addr_space", i32 1}
43!5 = !{!"kernel_arg_access_qual", !"none"}
Yaxun Liu4d9a4d72017-11-16 02:54:49 +000044!6 = !{!"kernel_arg_type", !"int addrspace(5)*"}
45!7 = !{!"kernel_arg_base_type", !"int addrspace(5)*"}
Konstantin Zhuravlyov8c273ad2016-04-18 16:28:23 +000046!8 = !{!"kernel_arg_type_qual", !""}
Konstantin Zhuravlyove34ead82016-05-09 18:05:42 +000047!9 = !{i32 2, !"Dwarf Version", i32 2}
Konstantin Zhuravlyov8c273ad2016-04-18 16:28:23 +000048!10 = !{i32 2, !"Debug Info Version", i32 3}
Konstantin Zhuravlyove34ead82016-05-09 18:05:42 +000049!11 = !{!"clang version 3.9.0 (trunk 268929)"}
50!12 = distinct !DISubprogram(name: "test", scope: !1, file: !1, line: 1, type: !13, isLocal: false, isDefinition: true, scopeLine: 1, flags: DIFlagPrototyped, isOptimized: false, unit: !0, variables: !2)
Konstantin Zhuravlyov8c273ad2016-04-18 16:28:23 +000051!13 = !DISubroutineType(types: !14)
52!14 = !{null, !15}
53!15 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !16, size: 64, align: 32)
54!16 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
55!17 = !DILocalVariable(name: "A", arg: 1, scope: !12, file: !1, line: 1, type: !15)
56!18 = !DIExpression()
Konstantin Zhuravlyove34ead82016-05-09 18:05:42 +000057!19 = !DILocation(line: 1, column: 30, scope: !12)
Konstantin Zhuravlyov8c273ad2016-04-18 16:28:23 +000058!20 = !DILocation(line: 2, column: 3, scope: !12)
59!21 = !DILocation(line: 2, column: 8, scope: !12)
60!22 = !DILocation(line: 3, column: 3, scope: !12)
61!23 = !DILocation(line: 3, column: 8, scope: !12)
62!24 = !DILocation(line: 4, column: 3, scope: !12)
63!25 = !DILocation(line: 4, column: 8, scope: !12)
Konstantin Zhuravlyove34ead82016-05-09 18:05:42 +000064!26 = !DILocation(line: 5, column: 1, scope: !12)