[Bug target/77281] [ARM] Wrong code generated for move of constant vector with mix of signed and unsigned zeros
mwahab at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 1 08:58:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77281
--- Comment #3 from mwahab at gcc dot gnu.org ---
Author: mwahab
Date: Thu Sep 1 08:57:21 2016
New Revision: 239918
URL: https://gcc.gnu.org/viewcvs?rev=239918&root=gcc&view=rev
Log:
[ARM] Fix an invalid check for vectors of the same floating-point constants.
2016-09-01 Matthew Wahab <matthew.wahab@arm.com>
PR target/77281
* config/arm/arm.c (neon_valid_immediate): Delete declaration.
Use const_vec_duplicate to check for duplicated elements.
Modified:
branches/gcc-6-branch/gcc/ChangeLog
branches/gcc-6-branch/gcc/config/arm/arm.c
More information about the Gcc-bugs
mailing list