commit | 777f2de998085e7bfc6256c97642dbcb0795131d | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Dec 04 07:48:46 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Dec 04 07:48:46 2007 +0000 |
tree | 12fcb41ae490f661a38ca24f6a73757719278978 | |
parent | c082f2c2689450a3f0c277733446411a88e50c14 [diff] |
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 } git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44570 91177308-0d34-0410-b5e6-96231b3b80d8