Re: Be stricter about CONST_VECTOR operands

2017-11-08 Thread Jeff Law
On 11/06/2017 02:10 AM, Richard Sandiford wrote: > The recent gen_vec_duplicate patches used CONST_VECTOR for all > constants, but the documentation says: > > @findex const_vector > @item (const_vector:@var{m} [@var{x0} @var{x1} @dots{}]) > Represents a vector constant. The square brackets

Re: Be stricter about CONST_VECTOR operands

2017-11-06 Thread James Greenhalgh
On Mon, Nov 06, 2017 at 09:10:23AM +, Richard Sandiford wrote: > The recent gen_vec_duplicate patches used CONST_VECTOR for all > constants, but the documentation says: > > @findex const_vector > @item (const_vector:@var{m} [@var{x0} @var{x1} @dots{}]) > Represents a vector constant. Th

Be stricter about CONST_VECTOR operands

2017-11-06 Thread Richard Sandiford
The recent gen_vec_duplicate patches used CONST_VECTOR for all constants, but the documentation says: @findex const_vector @item (const_vector:@var{m} [@var{x0} @var{x1} @dots{}]) Represents a vector constant. The square brackets stand for the vector containing the constant elements. @va