Re: [PATCH] Use two source permute for vector initialization (PR 85692, take 2)

2018-05-11 Thread Richard Biener
On Thu, 10 May 2018, Jakub Jelinek wrote: > On Wed, May 09, 2018 at 04:53:19PM +0200, Allan Sandfeld Jensen wrote: > > > > @@ -2022,8 +2022,9 @@ simplify_vector_constructor (gimple_stmt_iterator > > > > *gsi)> > > > >elem_type = TREE_TYPE (type); > > > >elem_size = TREE_INT_CST_LOW

Re: [PATCH] Use two source permute for vector initialization (PR 85692, take 2)

2018-05-10 Thread Allan Sandfeld Jensen
On Donnerstag, 10. Mai 2018 09:57:22 CEST Jakub Jelinek wrote: > On Wed, May 09, 2018 at 04:53:19PM +0200, Allan Sandfeld Jensen wrote: > > > > @@ -2022,8 +2022,9 @@ simplify_vector_constructor > > > > (gimple_stmt_iterator > > > > *gsi)> > > > > > > > >elem_type = TREE_TYPE (type); > > > >

[PATCH] Use two source permute for vector initialization (PR 85692, take 2)

2018-05-10 Thread Jakub Jelinek
On Wed, May 09, 2018 at 04:53:19PM +0200, Allan Sandfeld Jensen wrote: > > > @@ -2022,8 +2022,9 @@ simplify_vector_constructor (gimple_stmt_iterator > > > *gsi)> > > >elem_type = TREE_TYPE (type); > > >elem_size = TREE_INT_CST_LOW (TYPE_SIZE (elem_type)); > > > > > > - vec_perm_builder