remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / CodeGen / X86 / vec_return.ll
blob66762b4a0604ead13e725c668d86f4d60a56b197
1 ; RUN: llc < %s -march=x86 -mattr=+sse2 > %t
2 ; RUN: grep xorps %t | count 1
3 ; RUN: grep movaps %t | count 1
4 ; RUN: not grep shuf %t
6 define <2 x double> @test() {
7         ret <2 x double> zeroinitializer
10 define <4 x i32> @test2() nounwind  {
11         ret <4 x i32> < i32 0, i32 0, i32 1, i32 0 >