brintos

brintos / llvm-project-archived public Read only

0
0
Text · 235 B · 3e39bdb Raw
12 lines · plain
1; RUN: llc < %s -mtriple=msp4302 3define i16 @test(double %d) nounwind {4entry:5        %add = fadd double %d, 1.000000e+006        %call = tail call i16 @funct(double %add) nounwind7        ret i16 %call8}9 10declare i16 @funct(double)11 12