[llvm-commits] [llvm] r153260 - /llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp

Joerg Sonnenberger joerg at britannica.bec.de
Fri Mar 23 21:36:57 PDT 2012


On Thu, Mar 22, 2012 at 05:10:11PM -0000, Andrew Trick wrote:
> Log:
> Remove -enable-iv-rewrite, which has been unsupported since 3.0.

OK, so I updated the LLVM in NetBSD to ToT without this and the related
commits. With -enable-iv-rewrite=true, bootxx_ustarfs is 8144 Bytes, which is
48 Bytes under the limit. That's good. With -enable-iv-rewrite=false
(the only option after this change), it grows to 8264 Bytes. That's a
120 Bytes regression and pushes it over the limit.

Joerg



More information about the llvm-commits mailing list