This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

cc register usage on i386/2.96


Hallo,

gcc 2.96 seems to have lost the ability to directly use the condition
code generated by arithmetic instructions (like add or or). It always inserts
an redundant testl in my tests. According to a comment in i386.c it should
only do that during the reload pass, because reload does not seem to know
about cc, but it seems to do that always. Is there any chance to restore
that capability ? 

-Andi

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]