[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / BPF / CORE / offset-reloc-global-2.ll
blob66e8e66d083b67c9d4674cc4012d47e617f1a847
1 ; RUN: llc -march=bpfel -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
3 ; Source code:
4 ;   typedef struct v3 { int a; int b; } __v3;
5 ;   #define _(x) (__builtin_preserve_access_index(x))
6 ;   int get_value(const int *arg);
7 ;   __v3 g[4][5] __attribute__((section("stats")));
8 ;   int test() {
9 ;     return get_value(_(&g[1][2].b));
10 ;   }
11 ; Compilation flag:
12 ;   clang -target bpf -O2 -g -S -emit-llvm test.c
14 %struct.v3 = type { i32, i32 }
16 @g = dso_local global [4 x [5 x %struct.v3]] zeroinitializer, section "stats", align 4, !dbg !0
18 ; Function Attrs: nounwind
19 define dso_local i32 @test() local_unnamed_addr #0 !dbg !23 {
20 entry:
21   %0 = tail call [5 x %struct.v3]* @llvm.preserve.array.access.index.p0a5s_struct.v3s.p0a4a5s_struct.v3s([4 x [5 x %struct.v3]]* nonnull @g, i32 1, i32 1), !dbg !26, !llvm.preserve.access.index !6
22   %1 = tail call %struct.v3* @llvm.preserve.array.access.index.p0s_struct.v3s.p0a5s_struct.v3s([5 x %struct.v3]* %0, i32 1, i32 2), !dbg !26, !llvm.preserve.access.index !16
23   %2 = tail call i32* @llvm.preserve.struct.access.index.p0i32.p0s_struct.v3s(%struct.v3* %1, i32 1, i32 1), !dbg !26, !llvm.preserve.access.index !8
24   %call = tail call i32 @get_value(i32* %2) #3, !dbg !27
25   ret i32 %call, !dbg !28
28 ; CHECK:              r2 = 60
29 ; CHECK:              r1 = g ll
30 ; CHECK:              r1 += r2
31 ; CHECK:              call get_value
33 ; CHECK:              .long   16                      # BTF_KIND_STRUCT(id = [[TID1:[0-9]+]])
35 ; CHECK:              .ascii  ".text"                 # string offset=10
36 ; CHECK:              .ascii  "v3"                    # string offset=16
37 ; CHECK:              .ascii  "7:1"                   # string offset=23
39 ; CHECK:              .long   16                      # FieldReloc
40 ; CHECK-NEXT:         .long   10                      # Field reloc section string offset=10
41 ; CHECK-NEXT:         .long   1
42 ; CHECK-NEXT:         .long   .Ltmp{{[0-9]+}}
43 ; CHECK-NEXT:         .long   [[TID1]]
44 ; CHECK-NEXT:         .long   23
45 ; CHECK-NEXT:         .long   0
48 declare dso_local i32 @get_value(i32*) local_unnamed_addr #1
50 ; Function Attrs: nounwind readnone
51 declare [5 x %struct.v3]* @llvm.preserve.array.access.index.p0a5s_struct.v3s.p0a4a5s_struct.v3s([4 x [5 x %struct.v3]]*, i32, i32) #2
53 ; Function Attrs: nounwind readnone
54 declare %struct.v3* @llvm.preserve.array.access.index.p0s_struct.v3s.p0a5s_struct.v3s([5 x %struct.v3]*, i32, i32) #2
56 ; Function Attrs: nounwind readnone
57 declare i32* @llvm.preserve.struct.access.index.p0i32.p0s_struct.v3s(%struct.v3*, i32, i32) #2
59 attributes #0 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
60 attributes #1 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
61 attributes #2 = { nounwind readnone }
62 attributes #3 = { nounwind }
64 !llvm.dbg.cu = !{!2}
65 !llvm.module.flags = !{!19, !20, !21}
66 !llvm.ident = !{!22}
68 !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
69 !1 = distinct !DIGlobalVariable(name: "g", scope: !2, file: !3, line: 4, type: !6, isLocal: false, isDefinition: true)
70 !2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 10.0.0 (trunk 367256) (llvm/trunk 367266)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, retainedTypes: !5, globals: !18, nameTableKind: None)
71 !3 = !DIFile(filename: "test.c", directory: "/tmp/home/yhs/work/tests/llvm/cast")
72 !4 = !{}
73 !5 = !{!6, !16}
74 !6 = !DICompositeType(tag: DW_TAG_array_type, baseType: !7, size: 1280, elements: !13)
75 !7 = !DIDerivedType(tag: DW_TAG_typedef, name: "__v3", file: !3, line: 1, baseType: !8)
76 !8 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "v3", file: !3, line: 1, size: 64, elements: !9)
77 !9 = !{!10, !12}
78 !10 = !DIDerivedType(tag: DW_TAG_member, name: "a", scope: !8, file: !3, line: 1, baseType: !11, size: 32)
79 !11 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
80 !12 = !DIDerivedType(tag: DW_TAG_member, name: "b", scope: !8, file: !3, line: 1, baseType: !11, size: 32, offset: 32)
81 !13 = !{!14, !15}
82 !14 = !DISubrange(count: 4)
83 !15 = !DISubrange(count: 5)
84 !16 = !DICompositeType(tag: DW_TAG_array_type, baseType: !7, size: 320, elements: !17)
85 !17 = !{!15}
86 !18 = !{!0}
87 !19 = !{i32 2, !"Dwarf Version", i32 4}
88 !20 = !{i32 2, !"Debug Info Version", i32 3}
89 !21 = !{i32 1, !"wchar_size", i32 4}
90 !22 = !{!"clang version 10.0.0 (trunk 367256) (llvm/trunk 367266)"}
91 !23 = distinct !DISubprogram(name: "test", scope: !3, file: !3, line: 5, type: !24, scopeLine: 5, isDefinition: true, isOptimized: true, unit: !2, retainedNodes: !4)
92 !24 = !DISubroutineType(types: !25)
93 !25 = !{!11}
94 !26 = !DILocation(line: 6, column: 20, scope: !23)
95 !27 = !DILocation(line: 6, column: 10, scope: !23)
96 !28 = !DILocation(line: 6, column: 3, scope: !23)