Accelerate isel dispatch for tables that start with a top-level
authorChris Lattner <sabre@nondot.org>
Mon, 1 Mar 2010 18:47:11 +0000 (18:47 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Mar 2010 18:47:11 +0000 (18:47 +0000)
commit7390eebd49b786f3293d24f76fedb02fe183468c
tree54249951ff447cd82835bacb164eff91106c0b80
parentd1f94e90fdb5fc4ff57d7544fde017e1223bd9e9
Accelerate isel dispatch for tables that start with a top-level
OPC_SwitchOpcode to use a table lookup instead of having to go
through the interpreter for this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97469 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGISel.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp