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 } 12