blob: d93414890570575a46fd3b5290968c58e567adc9 [file] [log] [blame]
Stuart Hastings9a9f8f32011-06-06 20:03:22 +00001; RUN: llc -march=x86-64 < %s
2define i32 @signbitl(x86_fp80 %x) nounwind uwtable readnone {
3entry:
4 %tmp4 = bitcast x86_fp80 %x to i80
5 %tmp4.lobit = lshr i80 %tmp4, 79
6 %tmp = trunc i80 %tmp4.lobit to i32
7 ret i32 %tmp
8}