instead of aborting on shifts of i1, just implicitly fold them.
authorChris Lattner <sabre@nondot.org>
Wed, 2 Jul 2008 17:01:57 +0000 (17:01 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Jul 2008 17:01:57 +0000 (17:01 +0000)
commit349db1738d58d52cae2ab1e06cbd128dd9f0aab6
treedbbf4ea90eef36b283d1bbb913f4523655e47fee
parent9d3edca443d1110db1ce3b604a10c5e5d0cce22d
instead of aborting on shifts of i1, just implicitly fold them.
The dag combiner can produce a shift of i1 when folding icmp i1's.

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