aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/vec_vrsave.ll
blob: 936580aa798c9baaaa427db2a9e6de0b2c2a37f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | grep vrlw &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | not grep spr &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | not grep vrsave

<4 x int> %test_rol() {
        ret <4 x int> < int -11534337, int -11534337, int -11534337, int -11534337 >
}

<4 x int> %test_arg(<4 x int> %A, <4 x int> %B) {
	%C = add <4 x int> %A, %B
        ret <4 x int> %C
}