llvm-6502/lib/Transforms
Duncan Sands 39a7de72c8 Add some transforms of the kind X-Y>X -> 0>Y which are valid when there is no
overflow.  These subsume some existing equality transforms, so zap those.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125843 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-18 16:25:37 +00:00
..
Hello
InstCombine Add some transforms of the kind X-Y>X -> 0>Y which are valid when there is no 2011-02-18 16:25:37 +00:00
Instrumentation Implementation of path profiling. 2011-01-29 01:09:53 +00:00
IPO convert ConstantVector::get to use ArrayRef. 2011-02-15 00:14:00 +00:00
Scalar prevent jump threading from merging blocks when their address is 2011-02-18 04:43:06 +00:00
Utils Don't unroll loops whose header block's address is taken. 2011-02-18 04:25:21 +00:00
Makefile