Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

print-memb-operand.ll
; RUN: llc -mtriple=armv7 %s -o - | FileCheck %s

; CHECK: dmb ld

define void @test2() #0 {
  call void @llvm.arm.dmb(i32 13)
  ret void
}

declare void @llvm.arm.dmb(i32)

attributes #0 = { "target-cpu"="cyclone" }