Re: [PATCH PR96698] aarch64: ICE during GIMPLE pass:vect

2020-08-24 Thread Richard Biener via Gcc-patches
On Thu, Aug 20, 2020 at 4:45 AM yangyang (ET) wrote: > > Hi, > > This is a simple fix for PR96698. > > For the test case, there are two PHIs in the inner loop in pass_vect > > [local count: 719407024]: > # b_26 = PHI <0(4), b_15(10)> >

[PATCH PR96698] aarch64: ICE during GIMPLE pass:vect

2020-08-19 Thread yangyang (ET)
Hi, This is a simple fix for PR96698. For the test case, there are two PHIs in the inner loop in pass_vect [local count: 719407024]: # b_26 = PHI <0(4), b_15(10)> # c_27 = PHI <0(4), b_26(10)> c_27 = PHI <0(4), b_26(10)>