You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
16
external/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.barrier.ll
vendored
Normal file
16
external/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.barrier.ll
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
|
||||
|
||||
; GCN-LABEL: {{^}}test_wave_barrier:
|
||||
; GCN-DAG: ; wave barrier
|
||||
; GCN-NOT: s_barrier
|
||||
|
||||
define amdgpu_kernel void @test_wave_barrier() #0 {
|
||||
entry:
|
||||
call void @llvm.amdgcn.wave.barrier() #1
|
||||
ret void
|
||||
}
|
||||
|
||||
declare void @llvm.amdgcn.wave.barrier() #1
|
||||
|
||||
attributes #0 = { nounwind }
|
||||
attributes #1 = { convergent nounwind }
|
Reference in New Issue
Block a user