Thanks for the review! Could you also please commit this patch for me? I don’t
have commit rights.
Thanks,
Dominik
> On 17 Nov 2017, at 23:18, James Greenhalgh wrote:
>
> On Tue, Oct 31, 2017 at 02:47:29PM +0100, Dominik Inführ wrote:
>> Hi,
>>
>> I have a custom optimization pass, that moves
On Tue, Oct 31, 2017 at 02:47:29PM +0100, Dominik Inführ wrote:
> Hi,
>
> I have a custom optimization pass, that moves an expression into an
> POST_INC-expression. GCC then ICE’s in df-scan.c since it expects REG_P to be
> true for POST_INC’s operand. aarch64_simd_mem_operand_p doesn’t seem to ch
Ping
> On 31 Oct 2017, at 14:47, Dominik Inführ
> wrote:
>
> Hi,
>
> I have a custom optimization pass, that moves an expression into an
> POST_INC-expression. GCC then ICE’s in df-scan.c since it expects REG_P to be
> true for POST_INC’s operand. aarch64_simd_mem_operand_p doesn’t seem to c
> On 31 Oct 2017, at 15:47, Kyrill Tkachov wrote:
>
>
> On 31/10/17 14:44, Dominik Inführ wrote:
>>> On 31 Oct 2017, at 15:10, Kyrill Tkachov
>>> wrote:
>>>
>>> [cc'ing aarch64 maintainers]
>>>
>>> Hi Dominik,
>>>
>>> On 31/10/17 13:47, Dominik Inführ wrote:
Hi,
I have a cu
On 31/10/17 14:44, Dominik Inführ wrote:
On 31 Oct 2017, at 15:10, Kyrill Tkachov wrote:
[cc'ing aarch64 maintainers]
Hi Dominik,
On 31/10/17 13:47, Dominik Inführ wrote:
Hi,
I have a custom optimization pass, that moves an expression into an
POST_INC-expression. GCC then ICE’s in df-scan
> On 31 Oct 2017, at 15:10, Kyrill Tkachov wrote:
>
> [cc'ing aarch64 maintainers]
>
> Hi Dominik,
>
> On 31/10/17 13:47, Dominik Inführ wrote:
>> Hi,
>>
>> I have a custom optimization pass, that moves an expression into an
>> POST_INC-expression. GCC then ICE’s in df-scan.c since it expect
[cc'ing aarch64 maintainers]
Hi Dominik,
On 31/10/17 13:47, Dominik Inführ wrote:
Hi,
I have a custom optimization pass, that moves an expression into an
POST_INC-expression. GCC then ICE’s in df-scan.c since it expects REG_P to be
true for POST_INC’s operand. aarch64_simd_mem_operand_p does
Hi,
I have a custom optimization pass, that moves an expression into an
POST_INC-expression. GCC then ICE’s in df-scan.c since it expects REG_P to be
true for POST_INC’s operand. aarch64_simd_mem_operand_p doesn’t seem to check
POST_INC’s operand. Here is a patch that fixes this for me, althoug