Handle x86 truncate to i8 with target hook for now.
authorEvan Cheng <evan.cheng@apple.com>
Sun, 7 Sep 2008 08:47:42 +0000 (08:47 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 7 Sep 2008 08:47:42 +0000 (08:47 +0000)
commit10a8d9c737eb0e55b9460e3743b0136ab91ed833
tree131d1d911d8b39c4af63b2d6ff5e6f12c228ff5b
parentd07b46e9080c0c2b965e5a618c13fa2a25131c86
Handle x86 truncate to i8 with target hook for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55877 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp
test/CodeGen/X86/fast-isel-trunc.ll [new file with mode: 0644]