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: Disable PowerPC unaligned load/store optimizations temporarily


2004-01-29  Fariborz Jahanian <fjahanian@apple.com>

          * config/rs6000/rs6000.c (rs6000_emit_move): split slow
          unaligned load/store into smaller loads and stores.
          Bug showed up in a dejagnu test with -mcpu=G5 is fixed.

I bootstrapped with this patch and a version of the compiler before the
AIX C++ breakage with no regressions.

	The patch is okay to commit, but the ChangeLog does not follow GCC
style: it should say what you changed, not why, e.g.,

	* config/rs6000/rs6000.c (rs6000_emit_move): Remove #if 0. Copy
	operands[1] to pseudo for simplify_gen_subreg.

This patch is okay with a better ChangeLog entry.

Thanks, David


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