Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

CMakeLists.txt
set(LLVM_LINK_COMPONENTS
  Analysis
  Core
  Support
  )

add_llvm_example_library(ExampleIRTransforms
  InitializePasses.cpp
  SimplifyCFG.cpp

  ADDITIONAL_HEADER_DIRS

  DEPENDS
  intrinsics_gen
  )