brintos

brintos / llvm-project-archived public Read only

0
0
Text · 3.2 KiB · ae45f3f Raw
65 lines · plain
1; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s2; RUN: llc < %s -O0 -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -stop-after livedebugvalues -o - | FileCheck %s -check-prefix=MIR3 4 5; PR40506 7%0 = type { i64 }8%struct.S1 = type { i16, i32 }9 10@g_10 = external dso_local global %struct.S1, align 811 12declare void @func_28(i64, i64)13 14; CHECK: movslq  g_10+4(%rip), %rdi15define void @int322(i32 %foo) !dbg !5 {16entry:17  %val = load i64, ptr @g_10, !dbg !1618  %0 = load i32, ptr getelementptr inbounds (%struct.S1, ptr @g_10, i32 0, i32 1), align 4, !dbg !1719; MIR: renamable {{\$r[a-z]+}} = MOVSX64rm32 {{.*}}, @g_10 + 4,{{.*}} debug-location !17 :: (dereferenceable load (s32) from @g_10 + 4, basealign 8)20  %1 = sext i32 %0 to i64, !dbg !1821  %tmp4.i = lshr i64 %val, 32, !dbg !1922  %tmp5.i = trunc i64 %tmp4.i to i32, !dbg !2023  %2 = sext i32 %tmp5.i to i64, !dbg !2124  tail call void @func_28(i64 %2, i64 %1) #0, !dbg !2225  call void @llvm.dbg.value(metadata i64 %val, metadata !8, metadata !DIExpression()), !dbg !1626  call void @llvm.dbg.value(metadata i32 %0, metadata !10, metadata !DIExpression()), !dbg !1727  call void @llvm.dbg.value(metadata i64 %1, metadata !12, metadata !DIExpression()), !dbg !1828  call void @llvm.dbg.value(metadata i64 %tmp4.i, metadata !13, metadata !DIExpression()), !dbg !1929  call void @llvm.dbg.value(metadata i32 %tmp5.i, metadata !14, metadata !DIExpression()), !dbg !2030  call void @llvm.dbg.value(metadata i64 %2, metadata !15, metadata !DIExpression()), !dbg !2131  ret void, !dbg !2332}33 34declare void @llvm.dbg.value(metadata, metadata, metadata)35 36!llvm.dbg.cu = !{!0}37!llvm.debugify = !{!3, !4}38 39!0 = distinct !DICompileUnit(language: DW_LANG_C, file: !1, producer: "debugify", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2)40!1 = !DIFile(filename: "/Users/vsk/src/llvm.org-main/llvm/test/CodeGen/X86/fold-sext-trunc.ll", directory: "/")41!2 = !{}42!3 = !{i32 8}43!4 = !{i32 6}44!5 = distinct !DISubprogram(name: "int322", linkageName: "int322", scope: null, file: !1, line: 1, type: !6, isLocal: false, isDefinition: true, scopeLine: 1, isOptimized: true, unit: !0, retainedNodes: !7)45!6 = !DISubroutineType(types: !2)46!7 = !{!8, !10, !12, !13, !14, !15}47!8 = !DILocalVariable(name: "1", scope: !5, file: !1, line: 1, type: !9)48!9 = !DIBasicType(name: "ty64", size: 64, encoding: DW_ATE_unsigned)49!10 = !DILocalVariable(name: "2", scope: !5, file: !1, line: 2, type: !11)50!11 = !DIBasicType(name: "ty32", size: 32, encoding: DW_ATE_unsigned)51!12 = !DILocalVariable(name: "3", scope: !5, file: !1, line: 3, type: !9)52!13 = !DILocalVariable(name: "4", scope: !5, file: !1, line: 4, type: !9)53!14 = !DILocalVariable(name: "5", scope: !5, file: !1, line: 5, type: !11)54!15 = !DILocalVariable(name: "6", scope: !5, file: !1, line: 6, type: !9)55!16 = !DILocation(line: 1, column: 1, scope: !5)56!17 = !DILocation(line: 2, column: 1, scope: !5)57!18 = !DILocation(line: 3, column: 1, scope: !5)58!19 = !DILocation(line: 4, column: 1, scope: !5)59!20 = !DILocation(line: 5, column: 1, scope: !5)60!21 = !DILocation(line: 6, column: 1, scope: !5)61!22 = !DILocation(line: 7, column: 1, scope: !5)62!23 = !DILocation(line: 8, column: 1, scope: !5)63!24 = !{i32 2, !"Debug Info Version", i32 3}64!llvm.module.flags = !{!24}65