Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vadduhm |
| 2 | ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsubuhm |
Benjamin Kramer | 4969310 | 2013-02-04 15:19:18 +0000 | [diff] [blame] | 3 | ; XFAIL: * |
Chris Lattner | 85e7ac0 | 2008-07-10 16:33:38 +0000 | [diff] [blame] | 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 | } |