> On Jun 8, 2016, at 9:05 AM, Richard Biener wrote:
>
> On Wed, 8 Jun 2016, Bill Schmidt wrote:
>
>> Hi Richard,
>>
>>> On Jun 8, 2016, at 7:29 AM, Richard Biener
>>> wrote:
>>>
>>> On Wed, Jun 13, 2012 at 4:18 AM, William J. Schmidt
>>> wrote:
This patch is a follow-up to the discuss
On Wed, 8 Jun 2016, Bill Schmidt wrote:
> Hi Richard,
>
> > On Jun 8, 2016, at 7:29 AM, Richard Biener
> > wrote:
> >
> > On Wed, Jun 13, 2012 at 4:18 AM, William J. Schmidt
> > wrote:
> >> This patch is a follow-up to the discussion generated by
> >> http://gcc.gnu.org/ml/gcc-patches/2012-06
Hi Richard,
> On Jun 8, 2016, at 7:29 AM, Richard Biener wrote:
>
> On Wed, Jun 13, 2012 at 4:18 AM, William J. Schmidt
> wrote:
>> This patch is a follow-up to the discussion generated by
>> http://gcc.gnu.org/ml/gcc-patches/2012-06/msg00546.html. I've added
>> vec_construct to the cost model
On Wed, Jun 13, 2012 at 4:18 AM, William J. Schmidt
wrote:
> This patch is a follow-up to the discussion generated by
> http://gcc.gnu.org/ml/gcc-patches/2012-06/msg00546.html. I've added
> vec_construct to the cost model for use in vect_model_load_cost, and
> implemented a cost calculation that
On Wed, 2012-06-13 at 11:26 +0200, Richard Guenther wrote:
> On Tue, 12 Jun 2012, William J. Schmidt wrote:
>
> > This patch is a follow-up to the discussion generated by
> > http://gcc.gnu.org/ml/gcc-patches/2012-06/msg00546.html. I've added
> > vec_construct to the cost model for use in vect_mo
On Tue, 12 Jun 2012, William J. Schmidt wrote:
> This patch is a follow-up to the discussion generated by
> http://gcc.gnu.org/ml/gcc-patches/2012-06/msg00546.html. I've added
> vec_construct to the cost model for use in vect_model_load_cost, and
> implemented a cost calculation that makes sense
This patch is a follow-up to the discussion generated by
http://gcc.gnu.org/ml/gcc-patches/2012-06/msg00546.html. I've added
vec_construct to the cost model for use in vect_model_load_cost, and
implemented a cost calculation that makes sense to me for PowerPC. I'm
less certain about the default,