1; RUN: llc < %s -fast-isel 2; RUN: llc < %s 3 4; NVPTX failed to lower i670010, as size > 64 5; UNSUPPORTED: nvptx 6 7define i60 @PR24662a() { 8 ret i60 trunc (i670010 fptoui(float 0x400D9999A0000000 to i670010) to i60) 9} 10 11define i60 @PR24662b() { 12 %1 = fptoui float 0x400D9999A0000000 to i670010 13 %2 = trunc i670010 %1 to i60 14 ret i60 %2 15} 16