1 ; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | grep select
2 ; rudimentary test of select on vectors returning vector of bool
4 define <4 x i32> @foo(<4 x i32> %a, <4 x i32> %b,
5 <4 x i1> %cond) nounwind {
7 %cmp = select <4 x i1> %cond, <4 x i32> %a, <4 x i32> %b