Make more use of subreg_offset_from_lsb
commit451feb44909370bd13adf4628d2c8301ae1c22ea
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Aug 2017 07:47:13 +0000 (24 07:47 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Aug 2017 07:47:13 +0000 (24 07:47 +0000)
tree6f855d2a1086c19ac74a86f0dfd87f1b2704e4b5
parentd57391ef86276d81044bd64437289ab92bb887c6
Make more use of subreg_offset_from_lsb

This patch makes use of the subreg_offset_from_lsb function
added by an earlier patch in the SVE series.

2017-08-24  Richard Sandiford  <richard.sandiford@linaro.org>
    Alan Hayward  <alan.hayward@arm.com>
    David Sherwood  <david.sherwood@arm.com>

gcc/
* combine.c (make_extraction): Use subreg_offset_from_lsb.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@251326 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c