Turn expanded shift operations into (e.g.) SHL_PARTS if the target supports it.
authorChris Lattner <sabre@nondot.org>
Sat, 2 Apr 2005 03:38:53 +0000 (03:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 2 Apr 2005 03:38:53 +0000 (03:38 +0000)
commit4759982a2d4ab597fb69d4a1113d0f35e673a4e1
tree617fbf866a9437556042531a304a5f5294be1987
parent41be951a47d2141a3c6693c0b598509c889f3f37
Turn expanded shift operations into (e.g.) SHL_PARTS if the target supports it.

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