Pass AVX vectors which are arguments to varargs functions on the stack. <rdar://probl...
[oota-llvm.git] / test / CodeGen / X86 / v4f32-immediate.ll
1 ; RUN: llc < %s -march=x86 -mattr=+sse | grep movaps
2
3 define <4 x float> @foo() {
4   ret <4 x float> <float 0x4009C9D0A0000000, float 0x4002666660000000, float 0x3FF3333340000000, float 0x3FB99999A0000000>
5 }