Chris Lattner 41dc0fcb68 Teach masked value is zero about add and sub, and use MVIZ to
simplify things like (X & 4) >> 1 == 2  --> (X & 4) == 4.

since it is obvious that the shift doesn't remove any bits.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48631 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-21 05:19:58 +00:00
..
2008-03-19 22:02:26 +00:00
2008-02-15 01:24:49 +00:00
2008-03-19 22:02:26 +00:00
2008-03-19 23:05:52 +00:00
2008-02-26 10:53:30 +00:00
2008-03-11 17:32:05 +00:00