forked from OSchip/llvm-project
[AMDGPU] Added -mcpu=tahiti to 3 tests. NFC.
This commit is contained in:
parent
532e4203c5
commit
eace81c48f
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck %s
|
||||
; RUN: llc -march=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileCheck %s
|
||||
|
||||
; CHECK-LABEL: {{^}}test1:
|
||||
; CHECK: s_mov_b64 s[0:1], exec
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
; The only way the subtarget knows that the si machine scheduler is being used
|
||||
; is to specify -mattr=si-scheduler. If we just pass --misched=si, the backend
|
||||
; won't know what scheduler we are using.
|
||||
; RUN: llc -march=amdgcn --misched=si -mattr=si-scheduler < %s | FileCheck %s
|
||||
; RUN: llc -march=amdgcn -mcpu=tahiti --misched=si -mattr=si-scheduler < %s | FileCheck %s
|
||||
; RUN: llc -march=amdgcn -mcpu=gfx1010 --misched=si -mattr=si-scheduler < %s | FileCheck %s
|
||||
|
||||
; The test checks the "si" machine scheduler pass works correctly.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=TOVGPR %s
|
||||
; RUN: llc -march=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=TOVGPR %s
|
||||
; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
|
||||
|
||||
; These tests check that the compiler won't crash when it needs to spill
|
||||
|
|
Loading…
Reference in New Issue