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
Loading
Please register or sign in to comment