Use movaps to load a v4f32 build_vector of all-constant values into a
[oota-llvm.git] / test / CodeGen / X86 / v4f32-immediate.ll
1 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep movaps
2
3 define <4 x float> @foo() {
4   ret <4 x float> <float 3.223542354, float 2.3, float 1.2, float 0.1>
5 }