mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-25 13:35:39 +00:00
AMDGPU: Disable scheduling in some slow tests
Disabling the pre-RA scheduler on large-work-group-registers causes it to be ~50% slower. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272860 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
35825a3ed7
commit
11e5e3bbe1
@ -1,4 +1,4 @@
|
||||
; RUN: llc -march=amdgcn -mcpu=tonga < %s | FileCheck %s
|
||||
; RUN: llc -march=amdgcn -mcpu=tonga -post-RA-scheduler=0 < %s | FileCheck %s
|
||||
|
||||
; CHECK: NumVgprs: 64
|
||||
define void @main([9 x <16 x i8>] addrspace(2)* byval, [17 x <16 x i8>] addrspace(2)* byval, [17 x <8 x i32>] addrspace(2)* byval, [16 x <8 x i32>] addrspace(2)* byval, [16 x <4 x i32>] addrspace(2)* byval, <3 x i32> inreg, <3 x i32> inreg, <3 x i32>) #0 {
|
||||
|
@ -1,6 +1,6 @@
|
||||
; RUN: llc -march=amdgcn -mcpu=verde < %s | FileCheck %s
|
||||
; RUN: llc -regalloc=basic -march=amdgcn -mcpu=tonga < %s | FileCheck %s
|
||||
;
|
||||
; RUN: llc -march=amdgcn -mcpu=verde -enable-misched=0 -post-RA-scheduler=0 < %s | FileCheck %s
|
||||
; RUN: llc -regalloc=basic -march=amdgcn -mcpu=tonga -enable-misched=0 -post-RA-scheduler=0 < %s | FileCheck %s
|
||||
;
|
||||
; There is something about Tonga that causes this test to spend a lot of time
|
||||
; in the default register allocator.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user