File: barrier_impl.39.ll

package info (click to toggle)
libclc 0.2.0%2Bgit20180917-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,552 kB
  • sloc: lisp: 13,186; ansic: 2,418; python: 647; cpp: 93; sh: 29; makefile: 10; pascal: 7
file content (13 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
declare void @llvm.r600.group.barrier() #0

target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64"

define void @barrier(i32 %flags) #1 {
entry:
  ; We should call mem_fence here, but that is not implemented for r600 yet
  tail call void @llvm.r600.group.barrier()
  ret void
}

attributes #0 = { nounwind convergent }
attributes #1 = { nounwind convergent alwaysinline }