mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 13:51:37 +00:00
AMDGPU: Fix broken test
llvm-svn: 364935
This commit is contained in:
parent
53a677c028
commit
5de7688059
@ -1,5 +1,5 @@
|
||||
# RUN: llc -march=amdgcn -mcpu=gfx803 -run-pass si-insert-waitcnts %s -o - | FileCheck -check-prefix=GFX89 %s
|
||||
# RUN: llc -march=amdgcn -mcpu=gfx900 -run-pass si-insert-waitcnts %s -o - | FileCheck -check-prefix=GFX89 %s
|
||||
# RUN: llc -march=amdgcn -mcpu=gfx803 -run-pass si-insert-waitcnts %s -o - | FileCheck -check-prefixes=CHECK,GFX89 %s
|
||||
# RUN: llc -march=amdgcn -mcpu=gfx900 -run-pass si-insert-waitcnts %s -o - | FileCheck -check-prefixes=CHECK,GFX89 %s
|
||||
|
||||
--- |
|
||||
define amdgpu_kernel void @flat_zero_waitcnt(i32 addrspace(1)* %global4,
|
||||
|
Loading…
Reference in New Issue
Block a user