[llvm] r261428 - [X86] PR26575: Fix LEA optimization pass (Part 2).

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 00:03:38 PST 2016


Justin Bogner <mail at justinbogner.com> writes:
> Andrey Turetskiy via llvm-commits <llvm-commits at lists.llvm.org> writes:
>> Author: aturetsk
>> Date: Sat Feb 20 04:58:28 2016
>> New Revision: 261428
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=261428&view=rev
>> Log:
>> [X86] PR26575: Fix LEA optimization pass (Part 2).
>>
>> Handle address displacement operands of a type other than Immediate or
>> Global in LEAs and load/stores.
>
> This breaks release builds under -Werror. The attached patch fixes it,
> but llvm.org is down so I can't apply it just yet.

Fixed in r261722.


More information about the llvm-commits mailing list