llvm-6502/lib/Transforms
Chris Lattner c54e2b8f84 Minor cleanups.
This hunk:
-    } else if (Src->getNumOperands() == 2 && Src->use_size() == 1) {
+    } else if (Src->getNumOperands() == 2) {

Allows GEP folding to be more aggressive, which reduces the number of instructions
and can dramatically speed up BasicAA in some cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6286 91177308-0d34-0410-b5e6-96231b3b80d8
2003-05-22 19:07:21 +00:00
..
Hello Initial checkin of the "Hello World" Pass. 2002-08-08 20:10:38 +00:00
Instrumentation Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
IPO Fix bug: FunctionResolve/2003-05-21-MissingArguments.ll 2003-05-21 20:51:52 +00:00
Scalar Minor cleanups. 2003-05-22 19:07:21 +00:00
Utils Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
ExprTypeConvert.cpp Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
LevelRaise.cpp Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
Makefile Convert DIRS to PARALLEL_DIRS. They can be built independently. 2002-09-29 11:52:14 +00:00
TransformInternals.cpp s/convertable/convertible/g 2003-05-20 18:45:36 +00:00
TransformInternals.h s/convertable/convertible/g 2003-05-20 18:45:36 +00:00