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]

Re: [patches] Re: SSE min/max instruction support


OK, I am investigating ifcvt.c - proper place seems to be noce_emit_cmove.
In order to do canonicalization, I should know about constantness of the
operands. On RISC architectures I don't think I see it - do you see
as good solution to call init_alias_analysis and canon_exp on the
operands before doing the simplifications?

Honza


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