blob: ef816853326e20c19ab8325aa48a50acabe97daa [file] [log] [blame]
Dan Gohman0cb2f672009-09-11 18:36:27 +00001; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
Rafael Espindolae0ac18d2008-06-09 09:52:31 +00002; RUN: grep {call __fixunsxfti@PLT} %t1
3
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}