summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelEmitter.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-20 21:27:32 +0000
committerDan Gohman <gohman@apple.com>2008-08-20 21:27:32 +0000
commit0bfa1bfbff1ddc5a85494c9e2b1f985f145dc8a6 (patch)
treeaa5d048c7e9e28a1632ac6bc14a0d1785e2becd5 /utils/TableGen/DAGISelEmitter.cpp
parentf990b571c5c4828206b4e14ae7f95d36739b4336 (diff)
downloadllvm-0bfa1bfbff1ddc5a85494c9e2b1f985f145dc8a6.tar.gz
llvm-0bfa1bfbff1ddc5a85494c9e2b1f985f145dc8a6.tar.bz2
llvm-0bfa1bfbff1ddc5a85494c9e2b1f985f145dc8a6.tar.xz
Move the handling of ANY_EXTEND, SIGN_EXTEND_INREG, and TRUNCATE
out of X86ISelDAGToDAG.cpp C++ code and into tablegen code. Among other things, using tablegen for these things makes them friendlier to FastISel. Tablegen can handle the case of i8 subregs on x86-32, but currently the C++ code for that case uses MVT::Flag in a tricky way, and it happens to schedule better in some cases. So for now, leave the C++ code in place to handle the i8 case on x86-32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/DAGISelEmitter.cpp')
0 files changed, 0 insertions, 0 deletions