312 lines · plain
1# REQUIRES: asserts2# RUN: llc --mtriple=hexagon %s -run-pass=pipeliner -debug-only=pipeliner \3# RUN: -window-sched=force -filetype=null -verify-machineinstrs 2>&1 \4# RUN: | FileCheck %s5 6# The Window Scheduling algorithm will discard the debug IR, just like the SMS7# algorithm does. Additionally, the MMO information in the IR is also preserved8# to ensure that no barrier dependencies are generated within the loop body.9 10# CHECK: Best window offset is {{[0-9]+}} and Best II is {{[0-9]+}}.11# CHECK-LABEL: name: exp_approx12# CHECK: bb.5.for.body:13# CHECK-NOT: DBG_VALUE14# CHECK: ENDLOOP015# CHECK: bb.6:16 17 18--- |19 define void @exp_approx(i32 %num_elements, ptr noalias %input_ptr, ptr noalias %output_ptr) #0 !dbg !20 {20 entry:21 tail call void @llvm.dbg.value(metadata i32 %num_elements, metadata !33, metadata !DIExpression()), !dbg !6922 tail call void @llvm.dbg.value(metadata ptr %input_ptr, metadata !34, metadata !DIExpression()), !dbg !6923 tail call void @llvm.dbg.value(metadata ptr %output_ptr, metadata !35, metadata !DIExpression()), !dbg !6924 tail call void @llvm.dbg.value(metadata float 1.000000e+00, metadata !36, metadata !DIExpression()), !dbg !6925 tail call void @llvm.dbg.value(metadata float 5.000000e-01, metadata !37, metadata !DIExpression()), !dbg !6926 tail call void @llvm.dbg.value(metadata float 0x3FC5555560000000, metadata !38, metadata !DIExpression()), !dbg !6927 tail call void @llvm.dbg.value(metadata float 0x3FA5555560000000, metadata !39, metadata !DIExpression()), !dbg !6928 tail call void @llvm.dbg.value(metadata float 0x3F81111120000000, metadata !40, metadata !DIExpression()), !dbg !6929 tail call void @llvm.dbg.value(metadata float 0x3F56C16C20000000, metadata !41, metadata !DIExpression()), !dbg !6930 tail call void @llvm.dbg.value(metadata i32 0, metadata !42, metadata !DIExpression()), !dbg !7031 %is_zero_elements = icmp eq i32 %num_elements, 0, !dbg !7132 br i1 %is_zero_elements, label %for.cond.cleanup, label %for.body.lr.ph, !dbg !7233 34 for.body.lr.ph:35 %const_1 = tail call <32 x i32> @llvm.hexagon.V6.lvsplatw.128B(i32 1065353216)36 %const_half = tail call <32 x i32> @llvm.hexagon.V6.lvsplatw.128B(i32 1056964608)37 %const_third = tail call <32 x i32> @llvm.hexagon.V6.lvsplatw.128B(i32 1042983595)38 %const_quarter = tail call <32 x i32> @llvm.hexagon.V6.lvsplatw.128B(i32 1026206379)39 %const_fifth = tail call <32 x i32> @llvm.hexagon.V6.lvsplatw.128B(i32 1007192201)40 %const_sixth = tail call <32 x i32> @llvm.hexagon.V6.lvsplatw.128B(i32 985008993)41 br label %for.body, !dbg !7242 43 for.cond.cleanup:44 ret void, !dbg !7345 46 for.body:47 %lsr.iv1 = phi ptr [ %cgep3, %for.body ], [ %input_ptr, %for.body.lr.ph ]48 %lsr.iv = phi ptr [ %cgep, %for.body ], [ %output_ptr, %for.body.lr.ph ]49 %index = phi i32 [ 0, %for.body.lr.ph ], [ %next_index, %for.body ]50 tail call void @llvm.dbg.value(metadata i32 %index, metadata !42, metadata !DIExpression()), !dbg !7051 %input_values = load <32 x i32>, ptr %lsr.iv1, align 128, !dbg !7452 tail call void @llvm.dbg.value(metadata <32 x i32> %input_values, metadata !44, metadata !DIExpression()), !dbg !7553 %squared_values = tail call <32 x i32> @llvm.hexagon.V6.vmpyowh.rnd.128B(<32 x i32> %input_values, <32 x i32> %input_values), !dbg !7654 tail call void @llvm.dbg.value(metadata <32 x i32> %squared_values, metadata !47, metadata !DIExpression()), !dbg !7555 %cubed_values = tail call <32 x i32> @llvm.hexagon.V6.vmpyowh.rnd.128B(<32 x i32> %squared_values, <32 x i32> %input_values), !dbg !7756 tail call void @llvm.dbg.value(metadata <32 x i32> %cubed_values, metadata !48, metadata !DIExpression()), !dbg !7557 %quartic_values = tail call <32 x i32> @llvm.hexagon.V6.vmpyowh.rnd.128B(<32 x i32> %cubed_values, <32 x i32> %input_values), !dbg !7858 tail call void @llvm.dbg.value(metadata <32 x i32> %quartic_values, metadata !49, metadata !DIExpression()), !dbg !7559 %quintic_values = tail call <32 x i32> @llvm.hexagon.V6.vmpyowh.rnd.128B(<32 x i32> %quartic_values, <32 x i32> %input_values), !dbg !7960 tail call void @llvm.dbg.value(metadata <32 x i32> %quintic_values, metadata !50, metadata !DIExpression()), !dbg !7561 %sextic_values = tail call <32 x i32> @llvm.hexagon.V6.vmpyowh.rnd.128B(<32 x i32> %quintic_values, <32 x i32> %input_values), !dbg !8062 tail call void @llvm.dbg.value(metadata <32 x i32> %sextic_values, metadata !51, metadata !DIExpression()), !dbg !7563 tail call void @llvm.dbg.value(metadata <32 x i32> %const_1, metadata !52, metadata !DIExpression()), !dbg !7564 tail call void @llvm.dbg.value(metadata <32 x i32> %const_half, metadata !53, metadata !DIExpression()), !dbg !7565 tail call void @llvm.dbg.value(metadata <32 x i32> %const_third, metadata !54, metadata !DIExpression()), !dbg !7566 tail call void @llvm.dbg.value(metadata <32 x i32> %const_quarter, metadata !55, metadata !DIExpression()), !dbg !7567 tail call void @llvm.dbg.value(metadata <32 x i32> %const_fifth, metadata !56, metadata !DIExpression()), !dbg !7568 tail call void @llvm.dbg.value(metadata <32 x i32> %const_sixth, metadata !57, metadata !DIExpression()), !dbg !7569 %product_half = tail call <32 x i32> @llvm.hexagon.V6.vmpyowh.rnd.128B(<32 x i32> %const_half, <32 x i32> %squared_values), !dbg !8170 tail call void @llvm.dbg.value(metadata <32 x i32> %product_half, metadata !58, metadata !DIExpression()), !dbg !7571 %product_third = tail call <32 x i32> @llvm.hexagon.V6.vmpyowh.rnd.128B(<32 x i32> %const_third, <32 x i32> %cubed_values), !dbg !8272 tail call void @llvm.dbg.value(metadata <32 x i32> %product_third, metadata !59, metadata !DIExpression()), !dbg !7573 %product_quarter = tail call <32 x i32> @llvm.hexagon.V6.vmpyowh.rnd.128B(<32 x i32> %const_quarter, <32 x i32> %quartic_values), !dbg !8374 tail call void @llvm.dbg.value(metadata <32 x i32> %product_quarter, metadata !60, metadata !DIExpression()), !dbg !7575 %product_fifth = tail call <32 x i32> @llvm.hexagon.V6.vmpyowh.rnd.128B(<32 x i32> %const_fifth, <32 x i32> %quintic_values), !dbg !8476 tail call void @llvm.dbg.value(metadata <32 x i32> %product_fifth, metadata !61, metadata !DIExpression()), !dbg !7577 %product_sixth = tail call <32 x i32> @llvm.hexagon.V6.vmpyowh.rnd.128B(<32 x i32> %const_sixth, <32 x i32> %sextic_values), !dbg !8578 tail call void @llvm.dbg.value(metadata <32 x i32> %product_sixth, metadata !62, metadata !DIExpression()), !dbg !7579 %sum_1_input = tail call <32 x i32> @llvm.hexagon.V6.vaddw.128B(<32 x i32> %const_1, <32 x i32> %input_values), !dbg !8680 tail call void @llvm.dbg.value(metadata <32 x i32> %sum_1_input, metadata !63, metadata !DIExpression()), !dbg !7581 %sum_half = tail call <32 x i32> @llvm.hexagon.V6.vaddw.128B(<32 x i32> %sum_1_input, <32 x i32> %product_half), !dbg !8782 tail call void @llvm.dbg.value(metadata <32 x i32> %sum_half, metadata !64, metadata !DIExpression()), !dbg !7583 %sum_third = tail call <32 x i32> @llvm.hexagon.V6.vaddw.128B(<32 x i32> %sum_half, <32 x i32> %product_third), !dbg !8884 tail call void @llvm.dbg.value(metadata <32 x i32> %sum_third, metadata !65, metadata !DIExpression()), !dbg !7585 %sum_quarter = tail call <32 x i32> @llvm.hexagon.V6.vaddw.128B(<32 x i32> %sum_third, <32 x i32> %product_quarter), !dbg !8986 tail call void @llvm.dbg.value(metadata <32 x i32> %sum_quarter, metadata !66, metadata !DIExpression()), !dbg !7587 %sum_fifth = tail call <32 x i32> @llvm.hexagon.V6.vaddw.128B(<32 x i32> %sum_quarter, <32 x i32> %product_fifth), !dbg !9088 tail call void @llvm.dbg.value(metadata <32 x i32> %sum_fifth, metadata !67, metadata !DIExpression()), !dbg !7589 %final_result = tail call <32 x i32> @llvm.hexagon.V6.vaddw.128B(<32 x i32> %sum_fifth, <32 x i32> %product_sixth), !dbg !9190 tail call void @llvm.dbg.value(metadata <32 x i32> %final_result, metadata !68, metadata !DIExpression()), !dbg !7591 store <32 x i32> %final_result, ptr %lsr.iv, align 128, !dbg !9292 %next_index = add nuw i32 %index, 32, !dbg !9393 tail call void @llvm.dbg.value(metadata i32 %next_index, metadata !42, metadata !DIExpression()), !dbg !7094 %continue_loop = icmp ult i32 %next_index, %num_elements, !dbg !7195 %cgep = getelementptr i8, ptr %lsr.iv, i32 12896 %cgep3 = getelementptr i8, ptr %lsr.iv1, i32 12897 br i1 %continue_loop, label %for.body, label %for.cond.cleanup, !dbg !72, !llvm.loop !9498 }99 100 declare <32 x i32> @llvm.hexagon.V6.vmpyowh.rnd.128B(<32 x i32>, <32 x i32>)101 declare <32 x i32> @llvm.hexagon.V6.lvsplatw.128B(i32)102 declare <32 x i32> @llvm.hexagon.V6.vaddw.128B(<32 x i32>, <32 x i32>)103 declare void @llvm.dbg.value(metadata, metadata, metadata)104 105 attributes #0 = { "target-features"="+hvx-length128b,+hvxv68,+v66,-long-calls" }106 107 !llvm.dbg.cu = !{!0}108 !llvm.module.flags = !{!13, !14, !15, !16, !17, !18, !19}109 110 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus_14, file: !1, producer: "clang version 19.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, retainedTypes: !2, splitDebugInlining: false, nameTableKind: None)111 !1 = !DIFile(filename: "exp_approx.cpp", directory: "/tmp")112 !2 = !{!3, !10}113 !3 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !4, size: 32)114 !4 = !DIDerivedType(tag: DW_TAG_typedef, name: "HVX_Vector", file: !1, line: 11, baseType: !5)115 !5 = !DIDerivedType(tag: DW_TAG_typedef, name: "Vect1024", file: !1, line: 4, baseType: !6, align: 1024)116 !6 = !DICompositeType(tag: DW_TAG_array_type, baseType: !7, size: 1024, flags: DIFlagVector, elements: !8)117 !7 = !DIBasicType(name: "long", size: 32, encoding: DW_ATE_signed)118 !8 = !{!9}119 !9 = !DISubrange(count: 32)120 !10 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !11, size: 32)121 !11 = !DIDerivedType(tag: DW_TAG_const_type, baseType: !12)122 !12 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)123 !13 = !{i32 7, !"Dwarf Version", i32 5}124 !14 = !{i32 2, !"Debug Info Version", i32 3}125 !15 = !{i32 1, !"wchar_size", i32 4}126 !16 = !{i32 8, !"PIC Level", i32 2}127 !17 = !{i32 7, !"PIE Level", i32 2}128 !18 = !{i32 7, !"frame-pointer", i32 2}129 !19 = !{i32 7, !"debug-info-assignment-tracking", i1 true}130 !20 = distinct !DISubprogram(name: "exp_approx", linkageName: "exp_approx", scope: !1, file: !1, line: 15, type: !21, scopeLine: 15, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !32)131 !21 = !DISubroutineType(types: !22)132 !22 = !{null, !23, !26, !30}133 !23 = !DIDerivedType(tag: DW_TAG_typedef, name: "size_t", file: !24, line: 13, baseType: !25)134 !24 = !DIFile(filename: "__stddef_size_t.h", directory: "/tmp")135 !25 = !DIBasicType(name: "unsigned int", size: 32, encoding: DW_ATE_unsigned)136 !26 = !DIDerivedType(tag: DW_TAG_restrict_type, baseType: !27)137 !27 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !28, size: 32)138 !28 = !DIDerivedType(tag: DW_TAG_const_type, baseType: !29)139 !29 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float)140 !30 = !DIDerivedType(tag: DW_TAG_restrict_type, baseType: !31)141 !31 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !29, size: 32)142 !32 = !{!33, !34, !35, !36, !37, !38, !39, !40, !41, !42, !44, !47, !48, !49, !50, !51, !52, !53, !54, !55, !56, !57, !58, !59, !60, !61, !62, !63, !64, !65, !66, !67, !68}143 !33 = !DILocalVariable(name: "N", arg: 1, scope: !20, file: !1, line: 15, type: !23)144 !34 = !DILocalVariable(name: "x", arg: 2, scope: !20, file: !1, line: 15, type: !26)145 !35 = !DILocalVariable(name: "y", arg: 3, scope: !20, file: !1, line: 15, type: !30)146 !36 = !DILocalVariable(name: "a", scope: !20, file: !1, line: 16, type: !28)147 !37 = !DILocalVariable(name: "b", scope: !20, file: !1, line: 17, type: !28)148 !38 = !DILocalVariable(name: "c", scope: !20, file: !1, line: 18, type: !28)149 !39 = !DILocalVariable(name: "d", scope: !20, file: !1, line: 19, type: !28)150 !40 = !DILocalVariable(name: "e", scope: !20, file: !1, line: 20, type: !28)151 !41 = !DILocalVariable(name: "f", scope: !20, file: !1, line: 21, type: !28)152 !42 = !DILocalVariable(name: "i", scope: !43, file: !1, line: 25, type: !23)153 !43 = distinct !DILexicalBlock(scope: !20, file: !1, line: 25, column: 3)154 !44 = !DILocalVariable(name: "v_x1", scope: !45, file: !1, line: 26, type: !4)155 !45 = distinct !DILexicalBlock(scope: !46, file: !1, line: 25, column: 38)156 !46 = distinct !DILexicalBlock(scope: !43, file: !1, line: 25, column: 3)157 !47 = !DILocalVariable(name: "v_x2", scope: !45, file: !1, line: 28, type: !4)158 !48 = !DILocalVariable(name: "v_x3", scope: !45, file: !1, line: 29, type: !4)159 !49 = !DILocalVariable(name: "v_x4", scope: !45, file: !1, line: 30, type: !4)160 !50 = !DILocalVariable(name: "v_x5", scope: !45, file: !1, line: 31, type: !4)161 !51 = !DILocalVariable(name: "v_x6", scope: !45, file: !1, line: 32, type: !4)162 !52 = !DILocalVariable(name: "v_a", scope: !45, file: !1, line: 33, type: !4)163 !53 = !DILocalVariable(name: "v_b", scope: !45, file: !1, line: 34, type: !4)164 !54 = !DILocalVariable(name: "v_c", scope: !45, file: !1, line: 35, type: !4)165 !55 = !DILocalVariable(name: "v_d", scope: !45, file: !1, line: 36, type: !4)166 !56 = !DILocalVariable(name: "v_e", scope: !45, file: !1, line: 37, type: !4)167 !57 = !DILocalVariable(name: "v_f", scope: !45, file: !1, line: 38, type: !4)168 !58 = !DILocalVariable(name: "v_1", scope: !45, file: !1, line: 39, type: !4)169 !59 = !DILocalVariable(name: "v_2", scope: !45, file: !1, line: 40, type: !4)170 !60 = !DILocalVariable(name: "v_3", scope: !45, file: !1, line: 41, type: !4)171 !61 = !DILocalVariable(name: "v_4", scope: !45, file: !1, line: 42, type: !4)172 !62 = !DILocalVariable(name: "v_5", scope: !45, file: !1, line: 43, type: !4)173 !63 = !DILocalVariable(name: "vr_1", scope: !45, file: !1, line: 44, type: !4)174 !64 = !DILocalVariable(name: "vr_2", scope: !45, file: !1, line: 45, type: !4)175 !65 = !DILocalVariable(name: "vr_3", scope: !45, file: !1, line: 46, type: !4)176 !66 = !DILocalVariable(name: "vr_4", scope: !45, file: !1, line: 47, type: !4)177 !67 = !DILocalVariable(name: "vr_5", scope: !45, file: !1, line: 48, type: !4)178 !68 = !DILocalVariable(name: "result", scope: !45, file: !1, line: 49, type: !4)179 !69 = !DILocation(line: 0, scope: !20)180 !70 = !DILocation(line: 0, scope: !43)181 !71 = !DILocation(line: 25, column: 24, scope: !46)182 !72 = !DILocation(line: 25, column: 3, scope: !43)183 !73 = !DILocation(line: 53, column: 1, scope: !20)184 !74 = !DILocation(line: 26, column: 22, scope: !45)185 !75 = !DILocation(line: 0, scope: !45)186 !76 = !DILocation(line: 28, column: 23, scope: !45)187 !77 = !DILocation(line: 29, column: 23, scope: !45)188 !78 = !DILocation(line: 30, column: 23, scope: !45)189 !79 = !DILocation(line: 31, column: 23, scope: !45)190 !80 = !DILocation(line: 32, column: 23, scope: !45)191 !81 = !DILocation(line: 39, column: 22, scope: !45)192 !82 = !DILocation(line: 40, column: 22, scope: !45)193 !83 = !DILocation(line: 41, column: 22, scope: !45)194 !84 = !DILocation(line: 42, column: 22, scope: !45)195 !85 = !DILocation(line: 43, column: 22, scope: !45)196 !86 = !DILocation(line: 44, column: 23, scope: !45)197 !87 = !DILocation(line: 45, column: 23, scope: !45)198 !88 = !DILocation(line: 46, column: 23, scope: !45)199 !89 = !DILocation(line: 47, column: 23, scope: !45)200 !90 = !DILocation(line: 48, column: 23, scope: !45)201 !91 = !DILocation(line: 49, column: 25, scope: !45)202 !92 = !DILocation(line: 51, column: 31, scope: !45)203 !93 = !DILocation(line: 25, column: 31, scope: !46)204 !94 = distinct !{!94, !72, !95}205 !95 = !DILocation(line: 52, column: 3, scope: !43)206 207...208---209name: exp_approx210tracksRegLiveness: true211body: |212 bb.0.entry:213 successors: %bb.2(0x30000000), %bb.1(0x50000000)214 liveins: $r0, $r1, $r2215 216 DBG_VALUE $r0, $noreg, !33, !DIExpression(), debug-location !69217 DBG_VALUE $r1, $noreg, !34, !DIExpression(), debug-location !69218 DBG_VALUE $r2, $noreg, !35, !DIExpression(), debug-location !69219 %0:intregs = COPY $r2220 DBG_VALUE %0, $noreg, !35, !DIExpression(), debug-location !69221 %1:intregs = COPY $r1222 DBG_VALUE %1, $noreg, !34, !DIExpression(), debug-location !69223 %2:intregs = COPY $r0224 DBG_VALUE %2, $noreg, !33, !DIExpression(), debug-location !69225 DBG_VALUE float 1.000000e+00, $noreg, !36, !DIExpression(), debug-location !69226 DBG_VALUE float 5.000000e-01, $noreg, !37, !DIExpression(), debug-location !69227 DBG_VALUE float 0x3FC5555560000000, $noreg, !38, !DIExpression(), debug-location !69228 DBG_VALUE float 0x3FA5555560000000, $noreg, !39, !DIExpression(), debug-location !69229 DBG_VALUE float 0x3F81111120000000, $noreg, !40, !DIExpression(), debug-location !69230 DBG_VALUE float 0x3F56C16C20000000, $noreg, !41, !DIExpression(), debug-location !69231 DBG_VALUE 0, $noreg, !42, !DIExpression(), debug-location !70232 %3:predregs = C2_cmpeqi %2, 0, debug-location !71233 J2_jumpt killed %3, %bb.2, implicit-def dead $pc, debug-location !72234 J2_jump %bb.1, implicit-def dead $pc, debug-location !72235 236 bb.1.for.body.lr.ph:237 successors: %bb.3(0x80000000)238 239 %4:intregs = A2_tfrsi 1065353216240 %5:hvxvr = V6_lvsplatw killed %4241 %6:intregs = A2_tfrsi 1056964608242 %7:hvxvr = V6_lvsplatw killed %6243 %8:intregs = A2_tfrsi 1042983595244 %9:hvxvr = V6_lvsplatw killed %8245 %10:intregs = A2_tfrsi 1026206379246 %11:hvxvr = V6_lvsplatw killed %10247 %12:intregs = A2_tfrsi 1007192201248 %13:hvxvr = V6_lvsplatw killed %12249 %14:intregs = A2_tfrsi 985008993250 %15:hvxvr = V6_lvsplatw killed %14251 %16:intregs = A2_addi %2, 31, debug-location !72252 %17:intregs = S2_lsr_i_r %16, 5, debug-location !72253 %18:intregs = COPY %17, debug-location !72254 J2_loop0r %bb.3, %18, implicit-def $lc0, implicit-def $sa0, implicit-def $usr, debug-location !72255 J2_jump %bb.3, implicit-def dead $pc, debug-location !72256 257 bb.2.for.cond.cleanup:258 PS_jmpret $r31, implicit-def dead $pc, debug-location !73259 260 bb.3.for.body (machine-block-address-taken):261 successors: %bb.3(0x7c000000), %bb.2(0x04000000)262 263 %19:intregs = PHI %1, %bb.1, %20, %bb.3264 %21:intregs = PHI %0, %bb.1, %22, %bb.3265 DBG_VALUE %23:intregs, $noreg, !42, !DIExpression(), debug-location !70266 %24:hvxvr, %20:intregs = V6_vL32b_pi %19, 128, debug-location !74 :: (load (s1024) from %ir.lsr.iv1)267 DBG_VALUE %24, $noreg, !44, !DIExpression(), debug-location !75268 %25:hvxvr = V6_vmpyowh_rnd %24, %24, debug-location !76269 DBG_VALUE %25, $noreg, !47, !DIExpression(), debug-location !75270 %26:hvxvr = V6_vmpyowh_rnd %25, %24, debug-location !77271 DBG_VALUE %26, $noreg, !48, !DIExpression(), debug-location !75272 %27:hvxvr = V6_vmpyowh_rnd %26, %24, debug-location !78273 DBG_VALUE %27, $noreg, !49, !DIExpression(), debug-location !75274 %28:hvxvr = V6_vmpyowh_rnd %27, %24, debug-location !79275 DBG_VALUE %28, $noreg, !50, !DIExpression(), debug-location !75276 %29:hvxvr = V6_vmpyowh_rnd %28, %24, debug-location !80277 DBG_VALUE %29, $noreg, !51, !DIExpression(), debug-location !75278 DBG_VALUE %5, $noreg, !52, !DIExpression(), debug-location !75279 DBG_VALUE %7, $noreg, !53, !DIExpression(), debug-location !75280 DBG_VALUE %9, $noreg, !54, !DIExpression(), debug-location !75281 DBG_VALUE %11, $noreg, !55, !DIExpression(), debug-location !75282 DBG_VALUE %13, $noreg, !56, !DIExpression(), debug-location !75283 DBG_VALUE %15, $noreg, !57, !DIExpression(), debug-location !75284 %30:hvxvr = V6_vmpyowh_rnd %7, %25, debug-location !81285 DBG_VALUE %30, $noreg, !58, !DIExpression(), debug-location !75286 %31:hvxvr = V6_vmpyowh_rnd %9, %26, debug-location !82287 DBG_VALUE %31, $noreg, !59, !DIExpression(), debug-location !75288 %32:hvxvr = V6_vmpyowh_rnd %11, %27, debug-location !83289 DBG_VALUE %32, $noreg, !60, !DIExpression(), debug-location !75290 %33:hvxvr = V6_vmpyowh_rnd %13, %28, debug-location !84291 DBG_VALUE %33, $noreg, !61, !DIExpression(), debug-location !75292 %34:hvxvr = V6_vmpyowh_rnd %15, killed %29, debug-location !85293 DBG_VALUE %34, $noreg, !62, !DIExpression(), debug-location !75294 %35:hvxvr = V6_vaddw %5, %24, debug-location !86295 DBG_VALUE %35, $noreg, !63, !DIExpression(), debug-location !75296 %36:hvxvr = V6_vaddw killed %35, killed %30, debug-location !87297 DBG_VALUE %36, $noreg, !64, !DIExpression(), debug-location !75298 %37:hvxvr = V6_vaddw killed %36, killed %31, debug-location !88299 DBG_VALUE %37, $noreg, !65, !DIExpression(), debug-location !75300 %38:hvxvr = V6_vaddw killed %37, killed %32, debug-location !89301 DBG_VALUE %38, $noreg, !66, !DIExpression(), debug-location !75302 %39:hvxvr = V6_vaddw killed %38, killed %33, debug-location !90303 DBG_VALUE %39, $noreg, !67, !DIExpression(), debug-location !75304 %40:hvxvr = V6_vaddw killed %39, killed %34, debug-location !91305 DBG_VALUE %40, $noreg, !68, !DIExpression(), debug-location !75306 %22:intregs = V6_vS32b_pi %21, 128, killed %40, debug-location !92 :: (store (s1024) into %ir.lsr.iv)307 DBG_VALUE $noreg, $noreg, !42, !DIExpression(), debug-location !70308 ENDLOOP0 %bb.3, implicit-def $pc, implicit-def $lc0, implicit $sa0, implicit $lc0, debug-location !72309 J2_jump %bb.2, implicit-def dead $pc, debug-location !72310 311...312