llvm-for-llvmta/test/Linker/Inputs/syncscope-1.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

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
}