Teach X86 backend to create BMI2 BZHI instructions from (and X, (add (shl 1, Y),...
[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