llvm-6502/lib/Transforms
Nick Lewycky 4c70875774 Add more comments and update to new asm syntax.
Add new micro-optimizations.

Add icmp predicate snuggling. Given %x ULT 4, "icmp ugt %x, 2" becomes
"icmp eq %x, 3". This doesn't apply in any non-trivial cases yet due to missing
support for NE values in ValueRanges.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35119 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-16 02:37:39 +00:00
..
Hello eliminate static ctor from example. 2006-12-19 22:24:09 +00:00
Instrumentation remove reoptimizer-specific passes 2007-02-20 05:31:49 +00:00
IPO Unbreak VC++ build. 2007-03-05 00:00:42 +00:00
Scalar Add more comments and update to new asm syntax. 2007-03-16 02:37:39 +00:00
Utils Unbreak VC++ build. Do not use identifiers starting with _ as they are reserved and 2007-03-12 17:56:27 +00:00
Makefile For PR1072: 2007-02-03 23:15:56 +00:00