r244971 - in /branches/ARM/sve-branch/gcc: test...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Fri Jan 27 12:20:00 GMT 2017


Author: rsandifo
Date: Fri Jan 27 12:20:53 2017
New Revision: 244971

URL: https://gcc.gnu.org/viewcvs?rev=244971&root=gcc&view=rev
Log:
Fix handling of aligned loops with float inductions

We were using gimple_convert for something that might require
an integer->float conversion.  (Perhaps gimple_convert could be
extended to handle that, but that's a discussion to have for trunk.)

Added:
    branches/ARM/sve-branch/gcc/testsuite/gcc.target/aarch64/sve_peel_ind_4.c
    branches/ARM/sve-branch/gcc/testsuite/gcc.target/aarch64/sve_peel_ind_4_run.c
Modified:
    branches/ARM/sve-branch/gcc/tree-vect-loop.c



More information about the Gcc-cvs mailing list