r242279 - /branches/ARM/sve-branch/gcc/tree-vec...

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


Author: rsandifo
Date: Fri Nov 11 17:32:51 2016
New Revision: 242279

URL: https://gcc.gnu.org/viewcvs?rev=242279&root=gcc&view=rev
Log:
Fix type of bitstart in vectorizable_live_operation

This patch changes the type of the multiplier applied by
vectorizable_live_operation from unsigned_type_node to
bitsizetype, which matches the type of TYPE_SIZE and is
the type expected of a BIT_FIELD_REF bit position.

Modified:
    branches/ARM/sve-branch/gcc/tree-vect-loop.c



More information about the Gcc-cvs mailing list