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: [PATCH] make ifcvt try harder to use conditional moves


> I did this, but am confused: we have this handy macro in rtl.h for such
> testing; why not use it in this case?  I thought the use of the macro
> was preferred.

Yes, but ifcvt.c uses reload_completed throughout the code, no need to make 
the reader scratch his head as to why sometimes the former is used and 
sometimes the latter.

-- 
Eric Botcazou


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