llvm-6502/lib
Chris Lattner 0d56008f53 Implement: test/Regression/Transforms/SimplifyCFG/switch_create.ll
This turns code like this:
  if (X == 4 | X == 7)
and
  if (X != 4 & X != 7)
into switch instructions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11792 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-24 05:38:11 +00:00
..
Analysis Fix a soon-to-be-missing #include 2004-02-22 06:26:17 +00:00
Archive
AsmParser
Bytecode Adjustments to support the new ConstantAggregateZero class 2004-02-15 05:55:15 +00:00
CodeGen Make enum private as it is an implementation detail. 2004-02-23 23:49:40 +00:00
Debugger
ExecutionEngine
Linker Include Config/config.h for SHLIBEXT. 2004-02-23 22:42:51 +00:00
Support `cat' is usually in /bin, not /usr/bin, at least on our systems. 2004-02-21 21:51:41 +00:00
Target Refactor rewinding code for finding the first terminator of a basic 2004-02-23 18:14:48 +00:00
Transforms Implement: test/Regression/Transforms/SimplifyCFG/switch_create.ll 2004-02-24 05:38:11 +00:00
VMCore Get all instruction definitions 2004-02-22 06:25:38 +00:00
Makefile