blob: b5ebaa74bd0712eec6dfbbf0ae20054d31ec28ef [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 -mattr=+sse | grep movaps
Dan Gohmana3941172007-07-24 22:55:08 +00002
3define <4 x float> @foo() {
Dale Johannesenc2ec2ba2007-09-05 17:50:36 +00004 ret <4 x float> <float 0x4009C9D0A0000000, float 0x4002666660000000, float 0x3FF3333340000000, float 0x3FB99999A0000000>
Dan Gohmana3941172007-07-24 22:55:08 +00005}