llvm/test/Transforms
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-14 07:03:49 +00:00
2010-11-21 06:44:42 +00:00
2010-09-02 22:38:56 +00:00
2010-08-03 16:19:16 +00:00
2010-08-31 18:44:03 +00:00