Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

extractelement-from-arg.ll
; RUN: llc < %s -mtriple=x86_64-- -mattr=+sse2

define void @test(ptr %R, <4 x float> %X) nounwind {
	%tmp = extractelement <4 x float> %X, i32 3
	store float %tmp, ptr %R
	ret void
}