[Bug rtl-optimization/44281] [4.9/5/6 Regression] Global Register variable pessimisation

bernds at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 18 16:50:00 GMT 2016


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

Bernd Schmidt <bernds at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|vmakarov at redhat dot com         |bernds at gcc dot gnu.org

--- Comment #23 from Bernd Schmidt <bernds at gcc dot gnu.org> ---
Ok, I know what's causing it - ebx could take part in register allocation since
we seem to have proper lifetime information for it and it dies in some places,
but IRA ignores it since global regs get added to fixed_regs.


More information about the Gcc-bugs mailing list