1*9880d681SAndroid Build Coastguard Worker; RUN: llc -march=x86-64 < %s 2*9880d681SAndroid Build Coastguard Workerdefine i32 @signbitl(x86_fp80 %x) nounwind uwtable readnone { 3*9880d681SAndroid Build Coastguard Workerentry: 4*9880d681SAndroid Build Coastguard Worker %tmp4 = bitcast x86_fp80 %x to i80 5*9880d681SAndroid Build Coastguard Worker %tmp4.lobit = lshr i80 %tmp4, 79 6*9880d681SAndroid Build Coastguard Worker %tmp = trunc i80 %tmp4.lobit to i32 7*9880d681SAndroid Build Coastguard Worker ret i32 %tmp 8*9880d681SAndroid Build Coastguard Worker} 9