llvm-6502/lib
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
..
Analysis Simplify code. No change in functionality. 2010-11-20 18:43:35 +00:00
Archive
AsmParser
Bitcode
CodeGen
CompilerDriver
ExecutionEngine
Linker
MC Handle PCRel relocations with absolute values. Fixes PR8656. 2010-11-21 00:48:25 +00:00
Object
Support
System
Target optimize: 2010-11-21 06:44:42 +00:00
Transforms optimize: 2010-11-21 06:44:42 +00:00
VMCore Simplify code. No change in functionality. 2010-11-20 18:43:35 +00:00
Makefile