mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Make sure global doubles and vectors are aligned properly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28805 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1f2d22ab94
commit
e4808ed44a
9
test/CodeGen/PowerPC/align.ll
Normal file
9
test/CodeGen/PowerPC/align.ll
Normal file
@ -0,0 +1,9 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep "align.4" | wc -l | grep 1 &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep "align.2" | wc -l | grep 1 &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep "align.3" | wc -l | grep 1
|
||||
|
||||
|
||||
%A = global <4 x uint> < uint 10, uint 20, uint 30, uint 40 >
|
||||
%B = global float 1.000000e+02
|
||||
%C = global double 2.000000e+03
|
||||
|
Loading…
Reference in New Issue
Block a user