[llvm] r253528 - [X86] Enable shrink-wrapping by default.

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 16:09:33 PST 2015


On Wed, Nov 18, 2015 at 4:38 PM, Quentin Colombet via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: qcolombet
> Date: Wed Nov 18 18:38:00 2015
> New Revision: 253528
>
> URL: http://llvm.org/viewvc/llvm-project?rev=253528&view=rev
> Log:
> [X86] Enable shrink-wrapping by default.
>
> Differential Revision: http://reviews.llvm.org/D14156

I've reverted this in r254044 since it seems to be causing
miscompiles. David bisected PR25607 to this patch, and I bisected a
Chrome crash to it.

Sorry for not catching this sooner.


More information about the llvm-commits mailing list