llvm-6502/lib/Transforms
Dan Gohman dac5dbadeb Fix reassociate to use a worklist instead of recursing when new
reassociation opportunities are exposed. This fixes a bug where
the nested reassociation expects to be the IR to be consistent,
but it isn't, because the outer reassociation has disconnected
some of the operands.  rdar://9167457


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129324 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-12 00:11:56 +00:00
..
Hello
InstCombine Don't include Operator.h from InstrTypes.h. 2011-04-11 09:35:34 +00:00
Instrumentation Don't include Operator.h from InstrTypes.h. 2011-04-11 09:35:34 +00:00
IPO remove the StructRetPromotion pass. It is unused, not maintained and 2011-04-11 23:09:44 +00:00
Scalar Fix reassociate to use a worklist instead of recursing when new 2011-04-12 00:11:56 +00:00
Utils comment cleanup, use moveBefore instead of removeFromParent+insertBefore. 2011-04-11 23:24:57 +00:00
CMakeLists.txt
Makefile