PPC32 va_list is an actual structure so va_copy needs to copy the whole
[oota-llvm.git] / test / CodeGen / PowerPC / 2008-07-10-SplatMiscompile.ll
1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vadduhm
2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsubuhm
3 ; XFAIL: *
4
5 define <4 x i32> @test() nounwind {
6         ret <4 x i32> < i32 4293066722, i32 4293066722, i32 4293066722, i32 4293066722>
7 }
8
9 define <4 x i32> @test2() nounwind {
10         ret <4 x i32> < i32 1114129, i32 1114129, i32 1114129, i32 1114129>
11 }