Skip to content
Commit b892225f authored by Chris Lattner's avatar Chris Lattner
Browse files

Implement framework for scalarizing node results. This is sufficient

to codegen this:

define float @test_extract_elt(<1 x float> * %P) {
	%p = load <1 x float>* %P
	%R = extractelement <1 x float> %p, i32 0
	ret float %R
}

llvm-svn: 44570
parent 681c9d66
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment