[llvm] r253528 - [X86] Enable shrink-wrapping by default.
Quentin Colombet via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 13:16:32 PST 2015
Hi Hans,
> On Nov 24, 2015, at 4:09 PM, Hans Wennborg <hans at chromium.org> wrote:
>
> 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.
Does the chrome crash implies x86 32-bit or is it something different?
If the latter, could you provide a test case?
Thanks,
-Quentin
More information about the llvm-commits
mailing list