blob: 67b5e79df86c6280410552aa5ea93c1aa7f60f06 [file] [log] [blame]
Dan Gohman21463242007-07-24 22:55:08 +00001; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep movaps
2
3define <4 x float> @foo() {
4 ret <4 x float> <float 3.223542354, float 2.3, float 1.2, float 0.1>
5}