diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-12-04 07:48:46 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-12-04 07:48:46 +0000 |
| commit | b892225fb989f34e259488a04ba5c41d9642aba4 (patch) | |
| tree | 02ff35d2d219269bd65d8a1c001b7793db325124 /clang/Basic/FileManager.cpp | |
| parent | 681c9d6697c5c702d74306205f1b62ceae1bf2df (diff) | |
| download | bcm5719-llvm-b892225fb989f34e259488a04ba5c41d9642aba4.tar.gz bcm5719-llvm-b892225fb989f34e259488a04ba5c41d9642aba4.zip | |
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
Diffstat (limited to 'clang/Basic/FileManager.cpp')
0 files changed, 0 insertions, 0 deletions

