Chris Lattner 75d8f599e7 optimize:
void a(int x) { if (((1<<x)&8)==0) b(); }

into "x != 3", which occurs over 100 times in 403.gcc but in no
other program in llvm-test.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119922 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-21 06:44:42 +00:00
..
2010-11-11 21:08:46 +00:00
2010-11-16 21:57:15 +00:00
2010-11-21 06:44:42 +00:00
2010-09-13 13:32:22 +00:00
2010-08-29 14:49:00 +00:00