[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / BPF / CORE / intrinsic-array.ll
blobcf5511e7414039c5cb671326fae0ea0d98cb687b
1 ; RUN: llc -march=bpfel -filetype=asm -o - %s | FileCheck %s
3 ; Source code:
4 ;   #define _(x) (__builtin_preserve_access_index(x))
5 ;   struct s { int a; int b; };
6 ;   int get_value(const void *addr);
7 ;   int test(struct s *arg) { return get_value(_(&arg[2].b)); }
8 ; Compiler flag to generate IR:
9 ;   clang -target bpf -S -O2 -g -emit-llvm test.c
11 %struct.s = type { i32, i32 }
13 ; Function Attrs: nounwind
14 define dso_local i32 @test(%struct.s* %arg) local_unnamed_addr #0 !dbg !7 {
15 entry:
16   call void @llvm.dbg.value(metadata %struct.s* %arg, metadata !17, metadata !DIExpression()), !dbg !18
17   %0 = tail call %struct.s* @llvm.preserve.array.access.index.p0s_struct.ss.p0s_struct.ss(%struct.s* %arg, i32 0, i32 2), !dbg !19, !llvm.preserve.access.index !11
18   %1 = tail call i32* @llvm.preserve.struct.access.index.p0i32.p0s_struct.ss(%struct.s* %0, i32 1, i32 1), !dbg !19, !llvm.preserve.access.index !12
19   %2 = bitcast i32* %1 to i8*, !dbg !19
20   %call = tail call i32 @get_value(i8* %2) #4, !dbg !20
21   ret i32 %call, !dbg !21
23 ; CHECK-LABEL: test
24 ; CHECK:       [[RELOC:.Ltmp[0-9]+]]
25 ; CHECK:       r2 = 20
26 ; CHECK:       r1 += r2
27 ; CHECK:       call get_value
28 ; CHECK:       exit
30 ; CHECK:      .section        .BTF.ext,"",@progbits
31 ; CHECK:      .long   16                      # FieldReloc
32 ; CHECK-NEXT: .long   20                      # Field reloc section string offset=20
33 ; CHECK-NEXT: .long   1
34 ; CHECK-NEXT: .long   [[RELOC]]
35 ; CHECK-NEXT: .long   2
36 ; CHECK-NEXT: .long   26
37 ; CHECK-NEXT: .long   0
39 declare dso_local i32 @get_value(i8*) local_unnamed_addr #1
41 ; Function Attrs: nounwind readnone
42 declare %struct.s* @llvm.preserve.array.access.index.p0s_struct.ss.p0s_struct.ss(%struct.s*, i32 immarg, i32 immarg) #2
44 ; Function Attrs: nounwind readnone
45 declare i32* @llvm.preserve.struct.access.index.p0i32.p0s_struct.ss(%struct.s*, i32 immarg, i32 immarg) #2
47 ; Function Attrs: nounwind readnone speculatable
48 declare void @llvm.dbg.value(metadata, metadata, metadata) #3
50 attributes #0 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "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" }
51 attributes #1 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "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" }
52 attributes #2 = { nounwind readnone }
53 attributes #3 = { nounwind readnone speculatable }
54 attributes #4 = { nounwind }
56 !llvm.dbg.cu = !{!0}
57 !llvm.module.flags = !{!3, !4, !5}
58 !llvm.ident = !{!6}
60 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 9.0.0 (trunk 365789)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, nameTableKind: None)
61 !1 = !DIFile(filename: "test.c", directory: "/tmp/home/yhs/work/tests/core")
62 !2 = !{}
63 !3 = !{i32 2, !"Dwarf Version", i32 4}
64 !4 = !{i32 2, !"Debug Info Version", i32 3}
65 !5 = !{i32 1, !"wchar_size", i32 4}
66 !6 = !{!"clang version 9.0.0 (trunk 365789)"}
67 !7 = distinct !DISubprogram(name: "test", scope: !1, file: !1, line: 4, type: !8, scopeLine: 4, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !16)
68 !8 = !DISubroutineType(types: !9)
69 !9 = !{!10, !11}
70 !10 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
71 !11 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !12, size: 64)
72 !12 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "s", file: !1, line: 2, size: 64, elements: !13)
73 !13 = !{!14, !15}
74 !14 = !DIDerivedType(tag: DW_TAG_member, name: "a", scope: !12, file: !1, line: 2, baseType: !10, size: 32)
75 !15 = !DIDerivedType(tag: DW_TAG_member, name: "b", scope: !12, file: !1, line: 2, baseType: !10, size: 32, offset: 32)
76 !16 = !{!17}
77 !17 = !DILocalVariable(name: "arg", arg: 1, scope: !7, file: !1, line: 4, type: !11)
78 !18 = !DILocation(line: 0, scope: !7)
79 !19 = !DILocation(line: 4, column: 44, scope: !7)
80 !20 = !DILocation(line: 4, column: 34, scope: !7)
81 !21 = !DILocation(line: 4, column: 27, scope: !7)