Duncan Sands d70d1a5c44 According to my auto-simplifier the most common missed simplifications in
optimized code are:
  (non-negative number)+(power-of-two) != 0 -> true
and
  (x | 1) != 0 -> true
Instcombine knows about the second one of course, but only does it if X|1
has only one use.  These fire thousands of times in the testsuite.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124183 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-25 09:38:29 +00:00
..
2010-11-29 18:16:10 +00:00
2011-01-21 15:42:54 +00:00
2010-11-29 18:16:10 +00:00
2010-11-29 18:16:10 +00:00
2011-01-08 16:42:36 +00:00
2010-12-07 18:50:33 +00:00
2010-11-29 18:16:10 +00:00
2010-10-20 01:54:44 +00:00
2010-10-20 01:54:44 +00:00
2010-11-29 18:16:10 +00:00
2010-09-15 00:52:23 +00:00
2010-11-29 18:16:10 +00:00
2011-01-17 15:18:06 +00:00
2010-11-29 18:16:10 +00:00