mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Byebye llvm-upgrade!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48762 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | \
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | \
|
||||
; RUN: grep align.4 | count 1
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | \
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | \
|
||||
; RUN: grep align.2 | count 1
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | \
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | \
|
||||
; RUN: grep align.3 | count 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
|
||||
@A = global <4 x i32> < i32 10, i32 20, i32 30, i32 40 > ; <<4 x i32>*> [#uses=0]
|
||||
@B = global float 1.000000e+02 ; <float*> [#uses=0]
|
||||
@C = global double 2.000000e+03 ; <double*> [#uses=0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user