forked from OSchip/llvm-project
[AMDGPU] Added -mcpu to couple more tests. NFC.
This commit is contained in:
parent
34da12dd1f
commit
6038d68baf
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
|
||||
; RUN: llc -march=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
|
||||
|
||||
; GCN-LABEL: {{^}}adjust_writemask_crash_0_nochain:
|
||||
; GCN: image_get_lod v0, v{{[0-9]+}}, s{{\[[0-9]+:[0-9]+\]}}, s{{\[[0-9]+:[0-9]+\]}} dmask:0x2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -march=amdgcn -verify-machineinstrs -simplifycfg-require-and-preserve-domtree=1 < %s | FileCheck %s
|
||||
; RUN: llc -march=amdgcn -mcpu=tahiti -verify-machineinstrs -simplifycfg-require-and-preserve-domtree=1 < %s | FileCheck %s
|
||||
|
||||
; CHECK-LABEL: {{^}}test_kill_depth_0_imm_pos:
|
||||
; CHECK-NEXT: ; %bb.0:
|
||||
|
|
Loading…
Reference in New Issue