[Bug target/89146] arm: "nor" constraint prefers memory reference over constant
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 1 11:36:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89146
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org,
| |ktkachov at gcc dot gnu.org,
| |ramana at gcc dot gnu.org,
| |rearnsha at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I've looked for constraints that include [ijnIJKLMNO] together with [mo] and
couldn't find any. So, not really sure what note_invalid_constants is supposed
to handle (why would reload let a constant get through as constant if it
required only memory).
More information about the Gcc-bugs
mailing list