blob: bd6045c068e2f81eb09b586d876d22e11655e75f [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() {
Dale Johannesend727a2b2007-09-05 17:50:36 +00004 ret <4 x float> <float 0x4009C9D0A0000000, float 0x4002666660000000, float 0x3FF3333340000000, float 0x3FB99999A0000000>
Dan Gohman21463242007-07-24 22:55:08 +00005}