r138037 - in /branches/gcc-4_3-branch/gcc: Chan...

uweigand@gcc.gnu.org uweigand@gcc.gnu.org
Mon Jul 21 17:16:00 GMT 2008


Author: uweigand
Date: Mon Jul 21 17:16:48 2008
New Revision: 138037

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138037
Log:
	* config/spu/spu.md ("div<mode>3"): Convert into expander, move
	original insn and splitter contents into ...
	("*div<mode>3_fast"): ... this new pattern.  Enable only if
	flag_unsafe_math_optimizations.  Add dummy scratch register.
	("*div<mode>3_adjusted"): New insn and splitter.  Enable only if
	!flag_unsafe_math_optimizations.  Returns number with next
	highest magnitude if this is still less or equal to the true
	quotient in magnitude.

Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config/spu/spu.md



More information about the Gcc-cvs mailing list