comparison test/CodeGen/PowerPC/2008-07-10-SplatMiscompile.ll @ 77:54457678186b LLVM3.6

LLVM 3.6
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 08 Sep 2014 22:06:00 +0900
parents 95c75e76d11b
children 1172e4bd9c6f
comparison
equal deleted inserted replaced
34:e874dbf0ad9d 77:54457678186b
1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vadduhm 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vadduhm
2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsubuhm 2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsubuhm
3 ; XFAIL: *
4 3
5 define <4 x i32> @test() nounwind { 4 define <4 x i32> @test() nounwind {
6 ret <4 x i32> < i32 4293066722, i32 4293066722, i32 4293066722, i32 4293066722> 5 ret <4 x i32> < i32 4293066722, i32 4293066722, i32 4293066722, i32 4293066722>
7 } 6 }
8 7