Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

function-returns.v2i65.ll
; XFAIL: *
; RUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=fiji -stop-after=irtranslator -verify-machineinstrs -o - %s

define <2 x i65> @v2i65_func_void() #0 {
  %val = load <2 x i65>, <2 x i65> addrspace(1)* undef
  ret <2 x i65> %val
}