[Bug inline-asm/102264] Macro Intrinsics fail to use all the registers on the machine

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Sep 9 21:12:40 GMT 2021


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
There seems to be some extra moves the register allocator cannot remove and
that is causing some extra spilling.

Your loop has 32 live variables and that is just at the limit.


More information about the Gcc-bugs mailing list