mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Check for MaxAlign.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31826 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
64c32dd2ea
commit
a44fea3467
11
test/CodeGen/PowerPC/Frames-align.ll
Normal file
11
test/CodeGen/PowerPC/Frames-align.ll
Normal file
@ -0,0 +1,11 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep 'rlwinm r0, r1, 0, 22, 31' &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep 'subfic r0, r0, -17408' &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc64 | grep 'rldicl r0, r1, 0, 54'
|
||||
|
||||
|
||||
implementation
|
||||
|
||||
int* %f1() {
|
||||
%tmp = alloca int, uint 4095, align 1024
|
||||
ret int* %tmp
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user