diff options
author | Dan Gohman <gohman@apple.com> | 2008-08-20 21:27:32 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-08-20 21:27:32 +0000 |
commit | 814f291664deb14fd37f3fc90141f3e37c21f51f (patch) | |
tree | a37212340e8c988bd31a202949da51d1c5ffebac /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | a4305cec939d0895b97acd45d22e84b561e27d10 (diff) | |
download | bcm5719-llvm-814f291664deb14fd37f3fc90141f3e37c21f51f.tar.gz bcm5719-llvm-814f291664deb14fd37f3fc90141f3e37c21f51f.zip |
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.
llvm-svn: 55078
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions