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] PowerPC fsel PR5217


	Okay, so those patterns already are correct.  The problem is that
something in GCC is generating

(set (reg:SF)
     (if_then_else:DF (ge (reg:DF)
			  (const_double:DF 0)
			(reg:SF)
			(reg:SF))))

Note that the if_then_else:DF.  This only exists in gcc-3.0 branch.

David


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