[AVX512] Bring back vector-shuffle lowering support through broadcasts
[oota-llvm.git] / test / CodeGen / X86 / 2012-07-16-fp2ui-i1.ll
1 ; RUN: llc < %s -march=x86-64 -mcpu=corei7
2
3 define void @autogen_SD3100() {
4 BB:
5   %FC123 = fptoui float 0x40693F5D00000000 to i1
6   br i1 %FC123, label %V, label %W
7
8 V:
9   ret void
10 W:
11   ret void
12 }