enhance vmcore to know that udiv's can be exact, and add a trivial
[oota-llvm.git] / test / Transforms / InstSimplify / 2010-12-20-Reassociate.ll
2011-02-02 Duncan SandsReenable the transform "(X*Y)/Y->X" when the multiplica...
2011-01-30 Duncan SandsCommit 124487 broke 254.gap. See if disabling the...
2011-01-30 Duncan SandsTransform (X/Y)*Y into X if the division is exact....
2011-01-28 Duncan SandsMy auto-simplifier noticed that ((X/Y)*Y)/Y occurs...
2011-01-18 Duncan SandsFor completeness, generalize the (X + Y) - Y -> X trans...
2011-01-14 Duncan SandsTurn X-(X-Y) into Y. According to my auto-simplifier...
2010-12-21 Duncan SandsAdd generic simplification of associative operations...