Remove all foldings of ZERO_EXTEND_INREG, moving them to work for AND nodes
authorChris Lattner <sabre@nondot.org>
Wed, 13 Apr 2005 02:38:18 +0000 (02:38 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Apr 2005 02:38:18 +0000 (02:38 +0000)
commit0f2287baa18fb1c6a7e8ba42ba5163c2845b8654
treead238f0d978642a53cb6d1671bf99a9f8591e17f
parent1ccae666f596d5aeca5c9942995763600b622062
Remove all foldings of ZERO_EXTEND_INREG, moving them to work for AND nodes
instead.  OVerall, this increases the amount of folding we can do.

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