Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

syncscope-2.ll
define void @syncscope_2() {
  fence syncscope("image") seq_cst
  fence syncscope("agent") seq_cst
  fence syncscope("workgroup") seq_cst
  ret void
}