llvm-6502/lib/Transforms
Chris Lattner b352fa5853 Move code out of indentation one level to make it easier to read.
Disable the xform for < > cases.  It turns out that the following is being
miscompiled:

bool %test(sbyte %S) {
        %T = cast sbyte %S to uint
        %V = setgt uint %T, 255
        ret bool %V
}


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19628 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-17 03:20:02 +00:00
..
Hello Add the LOADABLE_MODULE=1 directive to indicate that this shared library is 2005-01-11 04:33:32 +00:00
Instrumentation Convert tabs to spaces 2005-01-07 07:05:34 +00:00
IPO Apply feedback from Chris. 2005-01-10 04:23:32 +00:00
Scalar Move code out of indentation one level to make it easier to read. 2005-01-17 03:20:02 +00:00
Utils Implement SimplifyCFG/DeadSetCC.ll 2005-01-01 16:02:12 +00:00
ExprTypeConvert.cpp Fix VS warnings 2005-01-08 19:48:40 +00:00
LevelRaise.cpp Prototype more accurately 2004-09-20 04:43:57 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
TransformInternals.cpp Fix VS warnings 2005-01-08 19:48:40 +00:00
TransformInternals.h Convert 'struct' to 'class' in various places to adhere to the coding standards 2004-10-27 16:14:51 +00:00