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] Add POWER6 machine description


	I was silently planning to fix a number of problems with the patch
when I committed it, but now I need to object to them.

	The recog.c change needs to be posted separately and reviewed
separately.  It is an independent change and imposes a dependency on the
rest of the patch.  It needs to be approved first.

	I thought "power6x" was a temporary option name to differentiate
it from the "power6" holding position.  The only difference is support for
mfpgpr.  The implementation and documentation imply distinct POWER6 and
POWER6X processors, which is confusing.

	Pattern names like "fix_truncdfsi2_internal_mfpgpr" are too long,
redundant, and do not follow the naming convention of the rest of the
machine description file.  Remove "_internal" and "_internal64", and leave
"_mfpgpr".

Thanks, David


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