llvm-6502/lib/Transforms
Dan Gohman 3e22b7c916 Instead of having CollectSubexpr's categorize operands as interesting or
uninteresting, just put all the operands on one list and make
GenerateReassociations make the decision about what's interesting.
This is simpler, and it avoids an extra ScalarEvolution::getAddExpr call.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111133 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-16 15:50:00 +00:00
..
Hello
InstCombine Reapply this transformation now that it is passing the external test which it previously failed. 2010-08-13 00:17:53 +00:00
Instrumentation
IPO
Scalar Instead of having CollectSubexpr's categorize operands as interesting or 2010-08-16 15:50:00 +00:00
Utils Avoid #include <ScalarEvolution.h> in LoopSimplify.cpp, which doesn't 2010-08-16 14:44:03 +00:00
Makefile