Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

asan-check-memaccess-or.ll
; XFAIL: *
; RUN: llc < %s

target triple = "x86_64-pc-win"

define void @load1(ptr nocapture readonly %x) {
  call void @llvm.asan.check.memaccess(ptr %x, i32 0)
  ret void
}

declare void @llvm.asan.check.memaccess(ptr, i32 immarg)