Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

invalid-frame-index2.mir
# RUN: not llc -mtriple=amdgcn-amd-amdhsa -run-pass=none -verify-machineinstrs %s -o /dev/null 2>&1 | FileCheck %s

---
name: invalid_scavenge_fi
machineFunctionInfo:
  # CHECK: [[@LINE+1]]:15: Invalid frame index, not a valid number
  scavengeFI: '%stack.abc'

body:             |
  bb.0:
    S_ENDPGM 0

...