blob: 4db331cee43f744692a5503f597a1401141d1f6a [file] [log] [blame]
Dan Gohman0cb2f672009-09-11 18:36:27 +00001; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
Sean Callanan2c48df22009-12-18 00:01:26 +00002; RUN: grep {callq __fixunsxfti@PLT} %t1
Rafael Espindolae0ac18d2008-06-09 09:52:31 +00003
Dan Gohman2d4a6ec2009-08-01 19:11:04 +00004define i128 @f(x86_fp80 %a) nounwind {
Rafael Espindolae0ac18d2008-06-09 09:52:31 +00005entry:
6 %tmp78 = fptoui x86_fp80 %a to i128
7 ret i128 %tmp78
8}