bolt/deps/llvm-18.1.8/llvm/test/Linker/Inputs/syncscope-1.ll
2025-02-14 19:21:04 +01:00

6 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
}