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] Fix target/27947: double to long long and back to double stores to the stack


	* config/rs6000/rs6000.md (floatdidf2): Discouraging fprs and
	encouraging but not allowing gprs for input;
	change the input constraint to !f#r.
	(fix_truncdfdi2): Discouraging fprs and encouraging but not allowing
	gprs for output;
	change the output constraint to !f#r.

I am not really happy with this solution, but okay.

David


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