On Fri, Dec 15, 2017 at 1:34 AM, Richard Sandiford
wrote:
> Similarly to the update 05 patch, this patch just adds VEC_SERIES_EXPR,
> since the VEC_SERIES_CST isn't needed with the new VECTOR_CST layout.
> build_vec_series now uses the new VECTOR_CST layout, but otherwise
> this is just the origin
Similarly to the update 05 patch, this patch just adds VEC_SERIES_EXPR,
since the VEC_SERIES_CST isn't needed with the new VECTOR_CST layout.
build_vec_series now uses the new VECTOR_CST layout, but otherwise
this is just the original patch with bits removed.
Tested on aarch64-linux-gnu, x86_64-li
On Mon, Nov 6, 2017 at 4:21 PM, Richard Sandiford
wrote:
> Richard Biener writes:
>> On Thu, Oct 26, 2017 at 2:23 PM, Richard Biener
>> wrote:
>>> On Mon, Oct 23, 2017 at 1:20 PM, Richard Sandiford
>>> wrote:
Similarly to the VEC_DUPLICATE_{CST,EXPR}, this patch adds two
tree code equ
Richard Biener writes:
> On Thu, Oct 26, 2017 at 2:23 PM, Richard Biener
> wrote:
>> On Mon, Oct 23, 2017 at 1:20 PM, Richard Sandiford
>> wrote:
>>> Similarly to the VEC_DUPLICATE_{CST,EXPR}, this patch adds two
>>> tree code equivalents of the VEC_SERIES rtx code. VEC_SERIES_EXPR
>>> is for n
On Thu, Oct 26, 2017 at 2:23 PM, Richard Biener
wrote:
> On Mon, Oct 23, 2017 at 1:20 PM, Richard Sandiford
> wrote:
>> Similarly to the VEC_DUPLICATE_{CST,EXPR}, this patch adds two
>> tree code equivalents of the VEC_SERIES rtx code. VEC_SERIES_EXPR
>> is for non-constant inputs and is a norma
On Mon, Oct 23, 2017 at 1:20 PM, Richard Sandiford
wrote:
> Similarly to the VEC_DUPLICATE_{CST,EXPR}, this patch adds two
> tree code equivalents of the VEC_SERIES rtx code. VEC_SERIES_EXPR
> is for non-constant inputs and is a normal tcc_binary. VEC_SERIES_CST
> is a tcc_constant.
>
> Like VEC