blob: 00a402e0e4873a66ce24367566a31751294baf3a [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vadduhm
2; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsubuhm
Benjamin Kramer49693102013-02-04 15:19:18 +00003; XFAIL: *
Chris Lattner85e7ac02008-07-10 16:33:38 +00004
5define <4 x i32> @test() nounwind {
6 ret <4 x i32> < i32 4293066722, i32 4293066722, i32 4293066722, i32 4293066722>
7}
8
9define <4 x i32> @test2() nounwind {
10 ret <4 x i32> < i32 1114129, i32 1114129, i32 1114129, i32 1114129>
11}