mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
Linear scan is going away.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144472 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2eda9458ea
commit
7f67091259
@ -1,4 +1,3 @@
|
||||
; RUN: llc < %s -mtriple=armv6-linux-gnu -regalloc=linearscan | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=armv6-linux-gnu -regalloc=basic | FileCheck %s
|
||||
|
||||
; The greedy register allocator uses a single CSR here, invalidating the test.
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim -regalloc=linearscan | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim | FileCheck %s
|
||||
; rdar://7352504
|
||||
; Make sure we use "str r9, [sp, #+28]" instead of "sub.w r4, r7, #256" followed by "str r9, [r4, #-32]".
|
||||
|
||||
@ -46,10 +46,10 @@ bb119: ; preds = %bb20, %bb20
|
||||
|
||||
bb420: ; preds = %bb20, %bb20
|
||||
; CHECK: bb420
|
||||
; CHECK: str{{(.w)?}} r{{[0-9]+}}, [sp]
|
||||
; CHECK: str{{(.w)?}} r{{[0-9]+}}, [sp, #4]
|
||||
; CHECK: str{{(.w)?}} r{{[0-9]+}}, [sp, #8]
|
||||
; CHECK: str{{(.w)?}} r{{[0-9]+}}, [sp, #24]
|
||||
; CHECK: str{{(.w)?}} r{{[0-9]+}}, [sp
|
||||
; CHECK: str{{(.w)?}} r{{[0-9]+}}, [sp
|
||||
; CHECK: str{{(.w)?}} r{{[0-9]+}}, [sp
|
||||
; CHECK: str{{(.w)?}} r{{[0-9]+}}, [sp
|
||||
store %union.rec* null, %union.rec** @zz_hold, align 4
|
||||
store %union.rec* null, %union.rec** @zz_res, align 4
|
||||
store %union.rec* %x, %union.rec** @zz_hold, align 4
|
||||
|
@ -1,4 +1,3 @@
|
||||
; RUN: llc < %s -march=x86 -regalloc=linearscan | FileCheck %s
|
||||
; RUN: llc < %s -march=x86 -regalloc=fast | FileCheck %s
|
||||
; RUN: llc < %s -march=x86 -regalloc=basic | FileCheck %s
|
||||
; RUN: llc < %s -march=x86 -regalloc=greedy | FileCheck %s
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llc -mtriple=i386-apple-darwin10.0 -relocation-model=pic -asm-verbose=false \
|
||||
; RUN: -disable-fp-elim -mattr=-sse41,-sse3,+sse2 -post-RA-scheduler=false -regalloc=linearscan < %s | \
|
||||
; RUN: -disable-fp-elim -mattr=-sse41,-sse3,+sse2 -post-RA-scheduler=false -regalloc=basic < %s | \
|
||||
; RUN: FileCheck %s
|
||||
; rdar://6808032
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user