summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/syncscope-2.ll
blob: 527c5bf93d0050f39765ac88db611f357c8b6565 (plain)
1
2
3
4
5
6
define void @syncscope_2() {
  fence syncscope("image") seq_cst
  fence syncscope("agent") seq_cst
  fence syncscope("workgroup") seq_cst
  ret void
}
OpenPOWER on IntegriCloud