brintos

brintos / llvm-project-archived public Read only

0
0
Text · 258 B · c7e855b Raw
11 lines · plain
1; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux | FileCheck %s2; CHECK-LABEL: f0:3; CHECK: subq4; CHECK: addq5 6define x86_fp80 @f0(float %f) nounwind readnone noredzone {7entry:8	%0 = fpext float %f to x86_fp80		; <x86_fp80> [#uses=1]9	ret x86_fp80 %010}11