aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/Frames-align.ll
blob: 5eb6c0801678f59617e50aa3971cf4d623b3f1a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'rlwinm r0, r1, 0, 22, 31' &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'subfic r0, r0, -17408' &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc64 | grep 'rldicl r0, r1, 0, 54'


implementation

int* %f1() {
	%tmp = alloca int, uint 4095, align 1024
	ret int* %tmp
}