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-min-vector-width.c
// This test verifies that we produce min-legal-vector-width attributes

// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s | FileCheck %s

void __attribute((__min_vector_width__(128))) foo(void) {}

// CHECK: "min-legal-vector-width"="128"