llvm-6502/lib/Transforms
Chris Lattner 5cf6f112e6 Implement capability to fold this:
uint %test4(int %A, int %B) {
        %COND = setlt int %A, %B                ; <bool> [#uses=1]
        %result = cast bool %COND to uint               ; <uint> [#uses=1]
        ret uint %result
}
into a single cast instruction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3339 91177308-0d34-0410-b5e6-96231b3b80d8
2002-08-14 23:21:10 +00:00
..
Hello Initial checkin of the "Hello World" Pass. 2002-08-08 20:10:38 +00:00
Instrumentation - Cleaned up the interface to AnalysisUsage to take analysis class names 2002-08-08 19:01:28 +00:00
IPO Remove support for NOT instruction 2002-08-14 17:45:39 +00:00
Scalar Implement capability to fold this: 2002-08-14 23:21:10 +00:00
Utils Remove support for Not ConstantExpr. This simplifies the unary case to only 2002-08-14 18:24:09 +00:00
ExprTypeConvert.cpp Avoid creating 'load X, 0' instead of just 'load X' 2002-08-14 22:11:52 +00:00
LevelRaise.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
TransformInternals.cpp *** empty log message *** 2002-07-25 06:17:51 +00:00
TransformInternals.h * Remove dead code from ExprTypeConvert.cpp 2002-07-17 17:11:33 +00:00