Dan Gohman | 0cb2f67 | 2009-09-11 18:36:27 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 |
Rafael Espindola | e0ac18d | 2008-06-09 09:52:31 +0000 | [diff] [blame] | 2 | ; RUN: grep {call __fixunsxfti@PLT} %t1 |
3 | |||||
Dan Gohman | 2d4a6ec | 2009-08-01 19:11:04 +0000 | [diff] [blame] | 4 | define i128 @f(x86_fp80 %a) nounwind { |
Rafael Espindola | e0ac18d | 2008-06-09 09:52:31 +0000 | [diff] [blame] | 5 | entry: |
6 | %tmp78 = fptoui x86_fp80 %a to i128 | ||||
7 | ret i128 %tmp78 | ||||
8 | } |