Re: [1/4] Use CONST_VECTOR_ELT instead of XVECEXP

2018-01-02 Thread Richard Biener
On Thu, Dec 28, 2017 at 9:50 PM, Richard Sandiford wrote: > This patch replaces target-independent uses of XVECEXP with uses > of CONST_VECTOR_ELT. This kind of replacement isn't necessary > for code specific to targets other than AArch64. Ok. > > 2017-12-28 Richard Sandiford > > gcc/ >

[1/4] Use CONST_VECTOR_ELT instead of XVECEXP

2017-12-28 Thread Richard Sandiford
This patch replaces target-independent uses of XVECEXP with uses of CONST_VECTOR_ELT. This kind of replacement isn't necessary for code specific to targets other than AArch64. 2017-12-28 Richard Sandiford gcc/ * simplify-rtx.c (simplify_const_binary_operation): Use CONST_VECT