[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / BPF / CORE / field-reloc-bitfield-2-bpfeb.ll
blob8f344f2df9d70e26ed866e9c04b8ac03715906a7
1 ; RUN: opt -O2 %s | llvm-dis > %t1
2 ; RUN: llc -filetype=asm -o - %t1 | FileCheck -check-prefixes=CHECK,CHECK-EB,CHECK-ALU64 %s
3 ; RUN: llc -mattr=+alu32 -filetype=asm -o - %t1 | FileCheck -check-prefixes=CHECK,CHECK-EB,CHECK-ALU32 %s
4 ; Source code:
5 ;   struct s {
6 ;     char f1;
7 ;     char bf1:6,
8 ;          bf2:2,
9 ;          bf3:5,
10 ;          bf4:3;
11 ;   };
12 ;   enum {FIELD_TYPE_OFFSET = 0, FIELD_TYPE_SIZE = 1, FIELD_TYPE_LSHIFT_U64 = 4,};
13 ;   int test(struct s *arg) {
14 ;     return __builtin_preserve_field_info(arg->bf4, FIELD_TYPE_OFFSET) +
15 ;            __builtin_preserve_field_info(arg->bf4, FIELD_TYPE_SIZE) +
16 ;            __builtin_preserve_field_info(arg->bf4, FIELD_TYPE_LSHIFT_U64);
17 ;   }
18 ; For this case, the IR type has the same starting storage offset for fields
19 ; bf1, bf1, bf3 and bf4 and the ABI alignment is 1 byte. So for bf4 access,
20 ; the starting offset has to be at the beginning of field bf3.
21 ; Compilation flag:
22 ;   clang -target bpfeb -O2 -g -S -emit-llvm -Xclang -disable-llvm-passes test.c
24 target triple = "bpfeb"
26 %struct.s = type <{ i8, i16 }>
28 ; Function Attrs: nounwind readnone
29 define dso_local i32 @test(ptr %arg) local_unnamed_addr #0 !dbg !13 {
30 entry:
31   call void @llvm.dbg.value(metadata ptr %arg, metadata !27, metadata !DIExpression()), !dbg !28
32   %0 = tail call ptr @llvm.preserve.struct.access.index.p0.p0.ss(ptr elementtype(%struct.s) %arg, i32 1, i32 4), !dbg !29, !llvm.preserve.access.index !18
33   %1 = tail call i32 @llvm.bpf.preserve.field.info.p0(ptr %0, i64 0), !dbg !30
34   %2 = tail call i32 @llvm.bpf.preserve.field.info.p0(ptr %0, i64 1), !dbg !31
35   %add = add i32 %2, %1, !dbg !32
36   %3 = tail call i32 @llvm.bpf.preserve.field.info.p0(ptr %0, i64 4), !dbg !33
37   %add1 = add i32 %add, %3, !dbg !34
38   ret i32 %add1, !dbg !35
41 ; CHECK:             r1 = 2
42 ; CHECK:             r0 = 1
43 ; CHECK-ALU64:       r0 += r1
44 ; CHECK-ALU32:       w0 += w1
45 ; CHECK-EB:          r1 = 61
46 ; CHECK-ALU64:       r0 += r1
47 ; CHECK-ALU32:       w0 += w1
48 ; CHECK:             exit
50 ; CHECK:             .long   1                       # BTF_KIND_STRUCT(id = 2)
52 ; CHECK:             .byte   115                     # string offset=1
53 ; CHECK:             .ascii  ".text"                 # string offset=40
54 ; CHECK:             .ascii  "0:4"                   # string offset=46
56 ; CHECK:             .long   16                      # FieldReloc
57 ; CHECK-NEXT:        .long   40                      # Field reloc section string offset=40
58 ; CHECK-NEXT:        .long   3
59 ; CHECK-NEXT:        .long   .Ltmp{{[0-9]+}}
60 ; CHECK-NEXT:        .long   2
61 ; CHECK-NEXT:        .long   46
62 ; CHECK-NEXT:        .long   0
63 ; CHECK-NEXT:        .long   .Ltmp{{[0-9]+}}
64 ; CHECK-NEXT:        .long   2
65 ; CHECK-NEXT:        .long   46
66 ; CHECK-NEXT:        .long   1
67 ; CHECK-NEXT:        .long   .Ltmp{{[0-9]+}}
68 ; CHECK-NEXT:        .long   2
69 ; CHECK-NEXT:        .long   46
70 ; CHECK-NEXT:        .long   4
72 ; Function Attrs: nounwind readnone
73 declare ptr @llvm.preserve.struct.access.index.p0.p0.ss(ptr, i32, i32) #1
75 ; Function Attrs: nounwind readnone
76 declare i32 @llvm.bpf.preserve.field.info.p0(ptr, i64) #1
78 ; Function Attrs: nounwind readnone speculatable
79 declare void @llvm.dbg.value(metadata, metadata, metadata) #2
81 attributes #0 = { nounwind readnone "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" }
82 attributes #1 = { nounwind readnone }
83 attributes #2 = { nounwind readnone speculatable }
85 !llvm.dbg.cu = !{!0}
86 !llvm.module.flags = !{!9, !10, !11}
87 !llvm.ident = !{!12}
89 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 10.0.0 (https://github.com/llvm/llvm-project.git 630ca91834ecc06349cb3b4bd2982c1b85b5ad96)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, nameTableKind: None)
90 !1 = !DIFile(filename: "test.c", directory: "/tmp/home/yhs/work/tests/core")
91 !2 = !{!3}
92 !3 = !DICompositeType(tag: DW_TAG_enumeration_type, file: !1, line: 8, baseType: !4, size: 32, elements: !5)
93 !4 = !DIBasicType(name: "unsigned int", size: 32, encoding: DW_ATE_unsigned)
94 !5 = !{!6, !7, !8}
95 !6 = !DIEnumerator(name: "FIELD_TYPE_OFFSET", value: 0, isUnsigned: true)
96 !7 = !DIEnumerator(name: "FIELD_TYPE_SIZE", value: 1, isUnsigned: true)
97 !8 = !DIEnumerator(name: "FIELD_TYPE_LSHIFT_U64", value: 4, isUnsigned: true)
98 !9 = !{i32 2, !"Dwarf Version", i32 4}
99 !10 = !{i32 2, !"Debug Info Version", i32 3}
100 !11 = !{i32 1, !"wchar_size", i32 4}
101 !12 = !{!"clang version 10.0.0 (https://github.com/llvm/llvm-project.git 630ca91834ecc06349cb3b4bd2982c1b85b5ad96)"}
102 !13 = distinct !DISubprogram(name: "test", scope: !1, file: !1, line: 9, type: !14, scopeLine: 9, flags: DIFlagPrototyped, isDefinition: true, isOptimized: true, unit: !0, retainedNodes: !26)
103 !14 = !DISubroutineType(types: !15)
104 !15 = !{!16, !17}
105 !16 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
106 !17 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !18, size: 64)
107 !18 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "s", file: !1, line: 1, size: 24, elements: !19)
108 !19 = !{!20, !22, !23, !24, !25}
109 !20 = !DIDerivedType(tag: DW_TAG_member, name: "f1", scope: !18, file: !1, line: 2, baseType: !21, size: 8)
110 !21 = !DIBasicType(name: "char", size: 8, encoding: DW_ATE_signed_char)
111 !22 = !DIDerivedType(tag: DW_TAG_member, name: "bf1", scope: !18, file: !1, line: 3, baseType: !21, size: 6, offset: 8, flags: DIFlagBitField, extraData: i64 8)
112 !23 = !DIDerivedType(tag: DW_TAG_member, name: "bf2", scope: !18, file: !1, line: 4, baseType: !21, size: 2, offset: 14, flags: DIFlagBitField, extraData: i64 8)
113 !24 = !DIDerivedType(tag: DW_TAG_member, name: "bf3", scope: !18, file: !1, line: 5, baseType: !21, size: 5, offset: 16, flags: DIFlagBitField, extraData: i64 8)
114 !25 = !DIDerivedType(tag: DW_TAG_member, name: "bf4", scope: !18, file: !1, line: 6, baseType: !21, size: 3, offset: 21, flags: DIFlagBitField, extraData: i64 8)
115 !26 = !{!27}
116 !27 = !DILocalVariable(name: "arg", arg: 1, scope: !13, file: !1, line: 9, type: !17)
117 !28 = !DILocation(line: 0, scope: !13)
118 !29 = !DILocation(line: 10, column: 45, scope: !13)
119 !30 = !DILocation(line: 10, column: 10, scope: !13)
120 !31 = !DILocation(line: 11, column: 10, scope: !13)
121 !32 = !DILocation(line: 10, column: 69, scope: !13)
122 !33 = !DILocation(line: 12, column: 10, scope: !13)
123 !34 = !DILocation(line: 11, column: 67, scope: !13)
124 !35 = !DILocation(line: 10, column: 3, scope: !13)