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 rs6000-power2-2.c


	I think this patch is taking the wrong approach.  As Geoff
mentioned, we want movtf to work on POWER2 systems.

	The purpose of the peephole is to generate pairs of FP loads and
FP stores.  The peephole was written before TFmode was fully implemented.

	Now that GCC supports vector modes, the rs6000 backend should
define V2DF mode for the peephole and TFmode to generate.  I would ignore
the failure or XFAIL it for now.

Thanks, David


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