[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / PowerPC / non-debug-mi-search-frspxsrsp.ll
blobbcb35e751cfa78c13d864ffbf31c9c087a86ed9f
1 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
3 ; Function Attrs: nounwind
4 define dso_local void @test(float* nocapture readonly %Fptr, <4 x float>* nocapture %Vptr) local_unnamed_addr #0 !dbg !10 {
5 ; CHECK-LABEL: test:
6 ; CHECK:       # %bb.0: # %entry
7 ; CHECK-NEXT:          #DEBUG_VALUE: test:Fptr <- $x3
8 ; CHECK-NEXT:          #DEBUG_VALUE: test:Vptr <- $x4
9 ; CHECK-NEXT:          addis 5, 2, .LCPI0_0@toc@ha
10 ; CHECK-NEXT:  .Ltmp0:
11 ; CHECK-NEXT:          .loc    1 2 38 prologue_end
12 ; CHECK-NEXT:          lfs 0, 0(3)
13 ; CHECK-NEXT:          addis 3, 2, .LCPI0_1@toc@ha
14 ; CHECK-NEXT:  .Ltmp1:
15 ; CHECK-NEXT:          .loc    1 0 38 is_stmt 0
16 ; CHECK-NEXT:          lfs 1, .LCPI0_0@toc@l(5)
17 ; CHECK-NEXT:          lfd 2, .LCPI0_1@toc@l(3)
18 ; CHECK-NEXT:          .loc    1 2 27
19 ; CHECK-NEXT:          xssubdp 1, 1, 0
20 ; CHECK-NEXT:          .loc    1 2 45
21 ; CHECK-NEXT:          xsadddp 1, 1, 2
22 ; CHECK-NEXT:  .Ltmp2:
23 ; CHECK-NEXT:          #DEBUG_VALUE: test:Val <- undef
24 ; CHECK-NEXT:          .loc    1 0 45
25 ; CHECK-NEXT:          xxlxor 2, 2, 2
26 ; CHECK-NEXT:          .loc    1 3 26 is_stmt 1
27 ; CHECK-NEXT:          xxmrghd 0, 0, 2
28 ; CHECK-NEXT:          xxmrghd 1, 2, 1
29 ; CHECK-NEXT:          xvcvdpsp 34, 0
30 ; CHECK-NEXT:          xvcvdpsp 35, 1
31 ; CHECK-NEXT:          vmrgew 2, 2, 3
32 ; CHECK-NEXT:          .loc    1 3 9 is_stmt 0
33 ; CHECK-NEXT:          stvx 2, 0, 4
34 ; CHECK-NEXT:          .loc    1 4 1 is_stmt 1
35 ; CHECK-NEXT:          blr
36 entry:
37   call void @llvm.dbg.value(metadata float* %Fptr, metadata !19, metadata !DIExpression()), !dbg !22
38   call void @llvm.dbg.value(metadata <4 x float>* %Vptr, metadata !20, metadata !DIExpression()), !dbg !22
39   %0 = load float, float* %Fptr, align 4, !dbg !23, !tbaa !24
40   %conv = fpext float %0 to double, !dbg !28
41   %sub = fsub double 1.000000e+00, %conv, !dbg !29
42   %sub1 = fadd double %sub, -4.300000e+00, !dbg !30
43   %conv2 = fptrunc double %sub1 to float, !dbg !31
44   call void @llvm.dbg.value(metadata float %conv2, metadata !21, metadata !DIExpression()), !dbg !22
45   %vecinit4 = insertelement <4 x float> <float poison, float 0.000000e+00, float 0.000000e+00, float poison>, float %conv2, i32 0, !dbg !32
46   %vecinit5 = insertelement <4 x float> %vecinit4, float %0, i32 3, !dbg !32
47   store <4 x float> %vecinit5, <4 x float>* %Vptr, align 16, !dbg !33, !tbaa !34
48   ret void, !dbg !35
51 declare void @llvm.dbg.value(metadata, metadata, metadata)
53 attributes #0 = { nounwind }
55 !llvm.dbg.cu = !{!0}
56 !llvm.module.flags = !{!6, !7, !8}
57 !llvm.ident = !{!9}
59 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 12.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, retainedTypes: !3, splitDebugInlining: false, nameTableKind: None)
60 !1 = !DIFile(filename: "test.c", directory: "")
61 !2 = !{}
62 !3 = !{!4, !5}
63 !4 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float)
64 !5 = !DIBasicType(name: "double", size: 64, encoding: DW_ATE_float)
65 !6 = !{i32 7, !"Dwarf Version", i32 4}
66 !7 = !{i32 2, !"Debug Info Version", i32 3}
67 !8 = !{i32 1, !"wchar_size", i32 4}
68 !9 = !{!"clang version 12.0.0"}
69 !10 = distinct !DISubprogram(name: "test", scope: !1, file: !1, line: 1, type: !11, scopeLine: 1, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !18)
70 !11 = !DISubroutineType(types: !12)
71 !12 = !{null, !13, !14}
72 !13 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !4, size: 64)
73 !14 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !15, size: 64)
74 !15 = !DICompositeType(tag: DW_TAG_array_type, baseType: !4, size: 128, flags: DIFlagVector, elements: !16)
75 !16 = !{!17}
76 !17 = !DISubrange(count: 4)
77 !18 = !{!19, !20, !21}
78 !19 = !DILocalVariable(name: "Fptr", arg: 1, scope: !10, file: !1, line: 1, type: !13)
79 !20 = !DILocalVariable(name: "Vptr", arg: 2, scope: !10, file: !1, line: 1, type: !14)
80 !21 = !DILocalVariable(name: "Val", scope: !10, file: !1, line: 2, type: !4)
81 !22 = !DILocation(line: 0, scope: !10)
82 !23 = !DILocation(line: 2, column: 38, scope: !10)
83 !24 = !{!25, !25, i64 0}
84 !25 = !{!"float", !26, i64 0}
85 !26 = !{!"omnipotent char", !27, i64 0}
86 !27 = !{!"Simple C/C++ TBAA"}
87 !28 = !DILocation(line: 2, column: 29, scope: !10)
88 !29 = !DILocation(line: 2, column: 27, scope: !10)
89 !30 = !DILocation(line: 2, column: 45, scope: !10)
90 !31 = !DILocation(line: 2, column: 15, scope: !10)
91 !32 = !DILocation(line: 3, column: 26, scope: !10)
92 !33 = !DILocation(line: 3, column: 9, scope: !10)
93 !34 = !{!26, !26, i64 0}
94 !35 = !DILocation(line: 4, column: 1, scope: !10)