Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

parse-low-level-type-invalid9.mir
# RUN: not llc -mtriple=aarch64-- -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
# When a low-level type pointer has an address space greater than supported.
---
name: test_address_space_number_too_big
body: |
  bb.0:
    liveins: $x0
    ; CHECK: [[@LINE+1]]:10: invalid address space number
    %0:_(p16777216) = G_IMPLICIT_DEF
...