mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-28 06:24:57 +00:00
None of these tests should require a working lli, they are codegen tests,
not execution tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22655 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | lli -force-interpreter=false -regalloc=simple
|
; RUN: llvm-as < %s | llc -march=x86 -regalloc=simple
|
||||||
;-print-machineinstrs
|
|
||||||
|
|
||||||
int %main() {
|
int %main() {
|
||||||
%A = add int 0, 0 ; %A = 0
|
%A = add int 0, 0 ; %A = 0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | lli -force-interpreter=false -regalloc=simple
|
; RUN: llvm-as < %s | llc -march=x86 -regalloc=simple
|
||||||
|
|
||||||
int %main(int %B) {
|
int %main(int %B) {
|
||||||
;%B = add int 0, 1
|
;%B = add int 0, 1
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
; it makes a ton of annoying overlapping live ranges. This code should not
|
; it makes a ton of annoying overlapping live ranges. This code should not
|
||||||
; cause spills!
|
; cause spills!
|
||||||
;
|
;
|
||||||
; RUN: llvm-as < %s | lli -stats 2>&1 | not grep spilled
|
; RUN: llvm-as < %s | llc -march=x86 -stats 2>&1 | not grep spilled
|
||||||
|
|
||||||
target endian = little
|
target endian = little
|
||||||
target pointersize = 32
|
target pointersize = 32
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s | lli -enable-correct-eh-support
|
; RUN: llvm-as < %s | llc -enable-correct-eh-support
|
||||||
|
|
||||||
int %test() {
|
int %test() {
|
||||||
unwind
|
unwind
|
||||||
|
Reference in New Issue
Block a user