This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PowerPC] PR26459 again


	What bothers me about this change is that it converts a test that
does not need to call reg_classes_intersect_p() into one that does.  This
seems to be slowing down the common case for no good reason.  The first
test does not just cover floating point modes but integer modes as well.
That shortcut seems to have disappeared in your change.

David


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