Re: [PATCH][GCC][mid-end] Allow larger copies when not slow_unaligned_access and no padding.

2018-08-01 Thread Richard Biener
patches-ow...@gcc.gnu.org > > > > On Behalf Of Tamar Christina > > > > Sent: Tuesday, July 24, 2018 17:34 > > > > To: Richard Biener > > > > Cc: gcc-patches@gcc.gnu.org; nd ; l...@redhat.com; > > > > i...@airs.com; amo...@gmail.com;

Re: [PATCH][GCC][mid-end] Allow larger copies when not slow_unaligned_access and no padding.

2018-07-31 Thread Tamar Christina
Tuesday, July 24, 2018 17:34 > > > To: Richard Biener > > > Cc: gcc-patches@gcc.gnu.org; nd ; l...@redhat.com; > > > i...@airs.com; amo...@gmail.com; berg...@vnet.ibm.com > > > Subject: Re: [PATCH][GCC][mid-end] Allow larger copies when not > > >

RE: [PATCH][GCC][mid-end] Allow larger copies when not slow_unaligned_access and no padding.

2018-07-31 Thread Richard Biener
g; nd ; l...@redhat.com; > > i...@airs.com; amo...@gmail.com; berg...@vnet.ibm.com > > Subject: Re: [PATCH][GCC][mid-end] Allow larger copies when not > > slow_unaligned_access and no padding. > > > > Hi Richard, > > > > Thanks for the review! > > &

RE: [PATCH][GCC][mid-end] Allow larger copies when not slow_unaligned_access and no padding.

2018-07-31 Thread Tamar Christina
> Subject: Re: [PATCH][GCC][mid-end] Allow larger copies when not > slow_unaligned_access and no padding. > > Hi Richard, > > Thanks for the review! > > The 07/23/2018 18:46, Richard Biener wrote: > > On July 23, 2018 7:01:23 PM GMT+02:00, Tamar Chri

Re: [PATCH][GCC][mid-end] Allow larger copies when not slow_unaligned_access and no padding.

2018-07-24 Thread Tamar Christina
Hi Richard, Thanks for the review! The 07/23/2018 18:46, Richard Biener wrote: > On July 23, 2018 7:01:23 PM GMT+02:00, Tamar Christina > wrote: > >Hi All, > > > >This allows copy_blkmode_to_reg to perform larger copies when it is > >safe to do so by calculating > >the bitsize per iteration

Re: [PATCH][GCC][mid-end] Allow larger copies when not slow_unaligned_access and no padding.

2018-07-23 Thread Richard Biener
On July 23, 2018 7:01:23 PM GMT+02:00, Tamar Christina wrote: >Hi All, > >This allows copy_blkmode_to_reg to perform larger copies when it is >safe to do so by calculating >the bitsize per iteration doing the maximum copy allowed that does not >read more >than the amount of bits left to copy. >

[PATCH][GCC][mid-end] Allow larger copies when not slow_unaligned_access and no padding.

2018-07-23 Thread Tamar Christina
Hi All, This allows copy_blkmode_to_reg to perform larger copies when it is safe to do so by calculating the bitsize per iteration doing the maximum copy allowed that does not read more than the amount of bits left to copy. Strictly speaking, this copying is only done if: 1. the target