mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
Don't run this test through -regalloc=basic.
The basic allocator is really bad about hinting, so it doesn't eliminate all copies when physreg joining is disabled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130817 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
22d28d2372
commit
c74399f8b4
@ -1,5 +1,4 @@
|
||||
; RUN: llc -march=mipsel -mcpu=mips2 -pre-RA-sched=source < %s | FileCheck %s
|
||||
; RUN: llc -march=mipsel -mcpu=mips2 -pre-RA-sched=source < %s -regalloc=basic | FileCheck %s
|
||||
|
||||
|
||||
; All test functions do the same thing - they return the first variable
|
||||
|
Loading…
x
Reference in New Issue
Block a user