[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / BPF / CORE / intrinsic-fieldinfo-existence-2.ll
blob186af8648b2ac4f975242ae794c5dc9cb0d4f4f3
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 unsigned __uint;
5 ;   struct s1 { int a1; __uint a2:9; __uint a3:4; };
6 ;   union u1 { int b1; struct s1 b2; };
7 ;   enum { FIELD_EXISTENCE = 2, };
8 ;   int test(union u1 *arg) {
9 ;     unsigned r1 = __builtin_preserve_field_info(arg->b2.a1, FIELD_EXISTENCE);
10 ;     unsigned r2 = __builtin_preserve_field_info(arg->b2.a3, FIELD_EXISTENCE);
11 ;     return r1 + r2;
12 ;   }
13 ; Compilation flag:
14 ;   clang -target bpf -O2 -g -S -emit-llvm test.c
16 %union.u1 = type { %struct.s1 }
17 %struct.s1 = type { i32, i16 }
19 ; Function Attrs: nounwind readnone
20 define dso_local i32 @test(%union.u1* %arg) local_unnamed_addr #0 !dbg !11 {
21 entry:
22   call void @llvm.dbg.value(metadata %union.u1* %arg, metadata !27, metadata !DIExpression()), !dbg !30
23   %0 = tail call %union.u1* @llvm.preserve.union.access.index.p0s_union.u1s.p0s_union.u1s(%union.u1* %arg, i32 1), !dbg !31, !llvm.preserve.access.index !16
24   %b2 = getelementptr inbounds %union.u1, %union.u1* %0, i64 0, i32 0, !dbg !31
25   %1 = tail call i32* @llvm.preserve.struct.access.index.p0i32.p0s_struct.s1s(%struct.s1* %b2, i32 0, i32 0), !dbg !32, !llvm.preserve.access.index !20
26   %2 = tail call i32 @llvm.bpf.preserve.field.info.p0i32(i32* %1, i64 2), !dbg !33
27   call void @llvm.dbg.value(metadata i32 %2, metadata !28, metadata !DIExpression()), !dbg !30
28   %3 = tail call i16* @llvm.preserve.struct.access.index.p0i16.p0s_struct.s1s(%struct.s1* %b2, i32 1, i32 2), !dbg !34, !llvm.preserve.access.index !20
29   %4 = tail call i32 @llvm.bpf.preserve.field.info.p0i16(i16* %3, i64 2), !dbg !35
30   call void @llvm.dbg.value(metadata i32 %4, metadata !29, metadata !DIExpression()), !dbg !30
31   %add = add i32 %4, %2, !dbg !36
32   ret i32 %add, !dbg !37
35 ; CHECK:             r1 = 1
36 ; CHECK:             r0 = 1
37 ; CHECK:             r0 += r1
38 ; CHECK:             exit
40 ; CHECK:             .long   1                       # BTF_KIND_UNION(id = 2)
41 ; CHECK:             .ascii  "u1"                    # string offset=1
42 ; CHECK:             .ascii  ".text"                 # string offset=55
43 ; CHECK:             .ascii  "0:1:0"                 # string offset=61
44 ; CHECK:             .ascii  "0:1:2"                 # string offset=104
46 ; CHECK:             .long   16                      # FieldReloc
47 ; CHECK-NEXT:        .long   55                      # Field reloc section string offset=55
48 ; CHECK-NEXT:        .long   2
49 ; CHECK-NEXT:        .long   .Ltmp{{[0-9]+}}
50 ; CHECK-NEXT:        .long   2
51 ; CHECK-NEXT:        .long   61
52 ; CHECK-NEXT:        .long   2
53 ; CHECK-NEXT:        .long   .Ltmp{{[0-9]+}}
54 ; CHECK-NEXT:        .long   2
55 ; CHECK-NEXT:        .long   104
56 ; CHECK-NEXT:        .long   2
58 ; Function Attrs: nounwind readnone
59 declare %union.u1* @llvm.preserve.union.access.index.p0s_union.u1s.p0s_union.u1s(%union.u1*, i32) #1
61 ; Function Attrs: nounwind readnone
62 declare i32* @llvm.preserve.struct.access.index.p0i32.p0s_struct.s1s(%struct.s1*, i32, i32) #1
64 ; Function Attrs: nounwind readnone
65 declare i32 @llvm.bpf.preserve.field.info.p0i32(i32*, i64) #1
67 ; Function Attrs: nounwind readnone
68 declare i16* @llvm.preserve.struct.access.index.p0i16.p0s_struct.s1s(%struct.s1*, i32, i32) #1
70 ; Function Attrs: nounwind readnone
71 declare i32 @llvm.bpf.preserve.field.info.p0i16(i16*, i64) #1
73 ; Function Attrs: nounwind readnone speculatable willreturn
74 declare void @llvm.dbg.value(metadata, metadata, metadata) #2
76 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" }
77 attributes #1 = { nounwind readnone }
78 attributes #2 = { nounwind readnone speculatable willreturn }
80 !llvm.dbg.cu = !{!0}
81 !llvm.module.flags = !{!7, !8, !9}
82 !llvm.ident = !{!10}
84 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 10.0.0 (https://github.com/llvm/llvm-project.git 4a60741b74384f14b21fdc0131ede326438840ab)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, nameTableKind: None)
85 !1 = !DIFile(filename: "test.c", directory: "/tmp/home/yhs/work/tests/core")
86 !2 = !{!3}
87 !3 = !DICompositeType(tag: DW_TAG_enumeration_type, file: !1, line: 4, baseType: !4, size: 32, elements: !5)
88 !4 = !DIBasicType(name: "unsigned int", size: 32, encoding: DW_ATE_unsigned)
89 !5 = !{!6}
90 !6 = !DIEnumerator(name: "FIELD_EXISTENCE", value: 2, isUnsigned: true)
91 !7 = !{i32 2, !"Dwarf Version", i32 4}
92 !8 = !{i32 2, !"Debug Info Version", i32 3}
93 !9 = !{i32 1, !"wchar_size", i32 4}
94 !10 = !{!"clang version 10.0.0 (https://github.com/llvm/llvm-project.git 4a60741b74384f14b21fdc0131ede326438840ab)"}
95 !11 = distinct !DISubprogram(name: "test", scope: !1, file: !1, line: 5, type: !12, scopeLine: 5, flags: DIFlagPrototyped, isDefinition: true, isOptimized: true, unit: !0, retainedNodes: !26)
96 !12 = !DISubroutineType(types: !13)
97 !13 = !{!14, !15}
98 !14 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
99 !15 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !16, size: 64)
100 !16 = distinct !DICompositeType(tag: DW_TAG_union_type, name: "u1", file: !1, line: 3, size: 64, elements: !17)
101 !17 = !{!18, !19}
102 !18 = !DIDerivedType(tag: DW_TAG_member, name: "b1", scope: !16, file: !1, line: 3, baseType: !14, size: 32)
103 !19 = !DIDerivedType(tag: DW_TAG_member, name: "b2", scope: !16, file: !1, line: 3, baseType: !20, size: 64)
104 !20 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "s1", file: !1, line: 2, size: 64, elements: !21)
105 !21 = !{!22, !23, !25}
106 !22 = !DIDerivedType(tag: DW_TAG_member, name: "a1", scope: !20, file: !1, line: 2, baseType: !14, size: 32)
107 !23 = !DIDerivedType(tag: DW_TAG_member, name: "a2", scope: !20, file: !1, line: 2, baseType: !24, size: 9, offset: 32, flags: DIFlagBitField, extraData: i64 32)
108 !24 = !DIDerivedType(tag: DW_TAG_typedef, name: "__uint", file: !1, line: 1, baseType: !4)
109 !25 = !DIDerivedType(tag: DW_TAG_member, name: "a3", scope: !20, file: !1, line: 2, baseType: !24, size: 4, offset: 41, flags: DIFlagBitField, extraData: i64 32)
110 !26 = !{!27, !28, !29}
111 !27 = !DILocalVariable(name: "arg", arg: 1, scope: !11, file: !1, line: 5, type: !15)
112 !28 = !DILocalVariable(name: "r1", scope: !11, file: !1, line: 6, type: !4)
113 !29 = !DILocalVariable(name: "r2", scope: !11, file: !1, line: 7, type: !4)
114 !30 = !DILocation(line: 0, scope: !11)
115 !31 = !DILocation(line: 6, column: 52, scope: !11)
116 !32 = !DILocation(line: 6, column: 55, scope: !11)
117 !33 = !DILocation(line: 6, column: 17, scope: !11)
118 !34 = !DILocation(line: 7, column: 55, scope: !11)
119 !35 = !DILocation(line: 7, column: 17, scope: !11)
120 !36 = !DILocation(line: 8, column: 13, scope: !11)
121 !37 = !DILocation(line: 8, column: 3, scope: !11)