[llvm] r260507 - [X86] Enable the LEA optimization pass by default.

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 08:50:35 PST 2016


On Thu, Feb 11, 2016 at 2:51 AM, Andrey Turetskiy via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: aturetsk
> Date: Thu Feb 11 04:51:26 2016
> New Revision: 260507
>
> URL: http://llvm.org/viewvc/llvm-project?rev=260507&view=rev
> Log:
> [X86] Enable the LEA optimization pass by default.
>
> Differential Revision: http://reviews.llvm.org/D16877

I have reverted this in r260538, as it was causing asserts PR26575.

I'm looking forward to getting this fixed to see how much it improves
the binary size on Chromium :-)


More information about the llvm-commits mailing list