brintos

brintos / llvm-project-archived public Read only

0
0
Text · 634 B · d61545e Raw
21 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i386-unknown-linux-gnu | FileCheck %s3 4define double @foo(i16 %a) #0 {5; CHECK-LABEL: foo:6; CHECK:       # %bb.0:7; CHECK-NEXT:    subl $12, %esp8; CHECK-NEXT:    .cfi_def_cfa_offset 169; CHECK-NEXT:    movzwl {{[0-9]+}}(%esp), %eax10; CHECK-NEXT:    movl %eax, (%esp)11; CHECK-NEXT:    calll __floatsidf12; CHECK-NEXT:    addl $12, %esp13; CHECK-NEXT:    .cfi_def_cfa_offset 414; CHECK-NEXT:    retl15  %conv = zext i16 %a to i3216  %conv1 = sitofp i32 %conv to double17  ret double %conv118}19 20attributes #0 = { "use-soft-float"="true" }21