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]
Other format: [Raw text]

Re: If-conversion and conditional move.


On Tue, May 06, 2003 at 11:51:59PM +0100, Jonah Graham wrote:
> Have a look at MIPS. They only support the same two conditional moves, but
> the define_expand does not fail on the rest, but rather generates a compare
> for the other cases and then conditionally moves.

Indeed, this is the correct solution.


r~


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