r242238 - in /branches/ARM/sve-branch/gcc: emit...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Fri Nov 11 17:25:00 GMT 2016


Author: rsandifo
Date: Fri Nov 11 17:25:16 2016
New Revision: 242238

URL: https://gcc.gnu.org/viewcvs?rev=242238&root=gcc&view=rev
Log:
poly_int: operand_subword

This patch makes operand_subword and operand_subword_force take
polynomial offsets.  This is a fairly old-school interface and
these days should only be used when splitting multiword operations
into word operations.  It still doesn't hurt to support polynomial
offsets and it helps make callers easier to write.

Modified:
    branches/ARM/sve-branch/gcc/emit-rtl.c
    branches/ARM/sve-branch/gcc/rtl.h



More information about the Gcc-cvs mailing list