Re: [PATCH PR95199 v2] vect: CSE for bump and offset in strided load/store operations

2020-06-17 Thread Richard Sandiford
"zhoukaipeng (A)" writes: > Bootstrapped and tested on aarch64-linux-gnu & x86_64-linux-gnu. Could you > please help install this patch? Thanks for the patch, now pushed. Richard

RE: [PATCH PR95199 v2] vect: CSE for bump and offset in strided load/store operations

2020-06-16 Thread zhoukaipeng (A)
ard Sandiford ; gcc- > patc...@gcc.gnu.org; am...@gcc.gnu.org; rgue...@gcc.gnu.org > Subject: Re: [PATCH PR95199 v2] vect: CSE for bump and offset in strided > load/store operations > > On Tue, 16 Jun 2020, zhoukaipeng (A) wrote: > > > Hi, > > > > I try to eli

Re: [PATCH PR95199 v2] vect: CSE for bump and offset in strided load/store operations

2020-06-16 Thread Richard Biener
On Tue, 16 Jun 2020, zhoukaipeng (A) wrote: > Hi, > > I try to eliminate the common stmts for *vec_offset also. But I am not sure > it is a good way. > > New patch attached. Bootstraped and testsuites are being tested. Looks good to me and certainly worth if it makes a difference for IV calcu

[PATCH PR95199 v2] vect: CSE for bump and offset in strided load/store operations

2020-06-16 Thread zhoukaipeng (A)
Hi, I try to eliminate the common stmts for *vec_offset also. But I am not sure it is a good way. New patch attached. Bootstraped and testsuites are being tested. Kaipeng Zhou > -Original Message- > From: Richard Biener [mailto:rguent...@suse.de] > Sent: Monday, June 15, 2020 2:21 PM