[AVX512] Bring back vector-shuffle lowering support through broadcasts
[oota-llvm.git] / test / CodeGen / X86 / 2004-04-13-FPCMOV-Crash.ll
1 ; RUN: llc < %s -march=x86
2
3 define double @test(double %d) {
4         %X = select i1 false, double %d, double %d              ; <double> [#uses=1]
5         ret double %X
6 }
7