xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/2012-07-16-fp2ui-i1.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -march=x86-64 -mcpu=corei7
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Workerdefine void @autogen_SD3100() {
4*9880d681SAndroid Build Coastguard WorkerBB:
5*9880d681SAndroid Build Coastguard Worker  %FC123 = fptoui float 0x40693F5D00000000 to i1
6*9880d681SAndroid Build Coastguard Worker  br i1 %FC123, label %V, label %W
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard WorkerV:
9*9880d681SAndroid Build Coastguard Worker  ret void
10*9880d681SAndroid Build Coastguard WorkerW:
11*9880d681SAndroid Build Coastguard Worker  ret void
12*9880d681SAndroid Build Coastguard Worker}
13