mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 14:16:12 +00:00
7 lines
155 B
LLVM
7 lines
155 B
LLVM
|
define void @syncscope_1() {
|
||
|
fence syncscope("agent") seq_cst
|
||
|
fence syncscope("workgroup") seq_cst
|
||
|
fence syncscope("wavefront") seq_cst
|
||
|
ret void
|
||
|
}
|