implement expand of truncate. This allows truncates from i128 to i64 to
authorChris Lattner <sabre@nondot.org>
Tue, 13 Feb 2007 23:55:16 +0000 (23:55 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Feb 2007 23:55:16 +0000 (23:55 +0000)
commit4c948eb373779718e5be36d7674382b52114bf65
tree0072adcaeed6dde13dd1d9ed8a3b3beb46fb4ced
parentf839ce7d03ce3ec6c7e36b71267f43a6b6aefeaa
implement expand of truncate.  This allows truncates from i128 to i64 to
be supported on 32-bit hosts.

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