This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Make more use of subreg_offset_from_lsb
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: gcc-patches at gcc dot gnu dot org, richard dot sandiford at linaro dot org
- Date: Wed, 23 Aug 2017 11:00:13 -0500
- Subject: Re: Make more use of subreg_offset_from_lsb
- Authentication-results: sourceware.org; auth=none
- References: <8760dev9qy.fsf@linaro.org>
On Wed, Aug 23, 2017 at 11:50:13AM +0100, Richard Sandiford wrote:
> This patch makes use of the subreg_offset_from_lsb function
> added by an earlier patch in the SVE series.
>
> Tested on aarch64-linux-gnu and x86_64-linux-gnu, and by making sure
> that there were no differences in testsuite assembly output for one
> target per CPU. OK to install?
Okay, also the other combine parts in this series. Thanks!
Segher
> * combine.c (make_extraction): Use subreg_offset_from_lsb.