Re: [PATCH, rs6000] Folding of vector loads in GIMPLE

2017-09-12 Thread Will Schmidt
On Tue, 2017-09-12 at 10:22 -0500, Bill Schmidt wrote: > > On Sep 12, 2017, at 9:41 AM, Will Schmidt wrote: > > > > Hi > > > > [PATCH, rs6000] Folding of vector loads in GIMPLE > > > > Folding of vector loads in GIMPLE. > > > > - Add

Re: [PATCH, rs6000] Folding of vector loads in GIMPLE

2017-09-12 Thread Bill Schmidt
> On Sep 12, 2017, at 9:41 AM, Will Schmidt wrote: > > Hi > > [PATCH, rs6000] Folding of vector loads in GIMPLE > > Folding of vector loads in GIMPLE. > > - Add code to handle gimple folding for the vec_ld builtins. > - Remove the now obsoleted folding c

[PATCH, rs6000] Folding of vector loads in GIMPLE

2017-09-12 Thread Will Schmidt
Hi [PATCH, rs6000] Folding of vector loads in GIMPLE Folding of vector loads in GIMPLE. - Add code to handle gimple folding for the vec_ld builtins. - Remove the now obsoleted folding code for vec_ld from rs6000-c.c. Surrounding comments have been adjusted slightly so they continue to read