Basic fast-isel of extractvalue. Not too helpful on its own, given the IR clang...
authorEli Friedman <eli.friedman@gmail.com>
Mon, 16 May 2011 20:27:46 +0000 (20:27 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 16 May 2011 20:27:46 +0000 (20:27 +0000)
commit2586b8f9366aed5a1efa44d3f18d095511601642
tree04a013b86fd2dea6e72cbeba4a8644b31a4a8298
parent64f9fb1975e52cc1fea3ea9ce9414608c4412677
Basic fast-isel of extractvalue.  Not too helpful on its own, given the IR clang generates for cases like this, but it should become more useful soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131417 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
test/CodeGen/X86/fast-isel-extract.ll [new file with mode: 0644]