brintos

brintos / llvm-project-archived public Read only

0
0
Text · 351 B · 62f3a1b Raw
12 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i686-- -mattr=+sse2 | FileCheck %s3 4define double @doload64(i64 %x) nounwind  {5; CHECK-LABEL: doload64:6; CHECK:       # %bb.0:7; CHECK-NEXT:    fldl {{[0-9]+}}(%esp)8; CHECK-NEXT:    retl9	%tmp717 = bitcast i64 %x to double10	ret double %tmp71711}12