Basic fast-isel support for instructions with constant int operands.
authorDan Gohman <gohman@apple.com>
Thu, 21 Aug 2008 01:41:07 +0000 (01:41 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 21 Aug 2008 01:41:07 +0000 (01:41 +0000)
commitd5fe57d2f980c6bd1a61450f99c254a76d0f1683
treec78a618e40a923a0efe73a8525be7e91a5066fd1
parent2076aa800e78a2e196eac47cc8413a074a761d8d
Basic fast-isel support for instructions with constant int operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55099 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
test/CodeGen/X86/fast-isel.ll
utils/TableGen/FastISelEmitter.cpp