[Bug target/92303] [10 regression] gcc.target/sparc/ultrasp12.c times out

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Mar 10 16:13:20 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92303

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The reason that the non-lowpart subreg is allowed here is:
sparc_regmode_natural_size (machine_mode mode)
which returns for MODE_VECTOR_INT modes 4 rather than UNITS_PER_WORD (and for
MODE_FLOAT too).
IRA decision for the pseudo 114 seems to be mem.


More information about the Gcc-bugs mailing list