diff options
Diffstat (limited to 'test/CodeGen/R600/llvm.AMDGPU.barrier.local.ll')
-rw-r--r-- | test/CodeGen/R600/llvm.AMDGPU.barrier.local.ll | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/CodeGen/R600/llvm.AMDGPU.barrier.local.ll b/test/CodeGen/R600/llvm.AMDGPU.barrier.local.ll index 7203675bb47b..76c2453d089f 100644 --- a/test/CodeGen/R600/llvm.AMDGPU.barrier.local.ll +++ b/test/CodeGen/R600/llvm.AMDGPU.barrier.local.ll @@ -1,9 +1,12 @@ -; RUN: llc -march=r600 -mcpu=SI < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s +; RUN: llc -march=amdgcn -mcpu=SI < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s ; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=EG -check-prefix=FUNC %s -; FUNC-LABEL: @test_barrier_local +; FUNC-LABEL: {{^}}test_barrier_local: ; EG: GROUP_BARRIER -; SI: S_BARRIER + +; SI: buffer_store_dword +; SI: s_waitcnt +; SI: s_barrier define void @test_barrier_local(i32 addrspace(1)* %out) { entry: |