Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

return_zeroext_i2.ll
; RUN: llc -mtriple=i386-pc-win32 < %s | FileCheck %s 
; Check that the testcase does not crash
define zeroext i2 @crash () {
  ret i2 0
}
; CHECK: xorl	%eax, %eax
; CHECK-NEXT: retl