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: Add Single Element Vectors support


> PS.  There appears to be a missing dependency in the Makefile because
> changing spe.md does not cause the machine description to be
> recompiled.  I am not sure how/where this should be fixed.

Yes, this is a known problem.  Ideally, the .md include mechanism
should generate dependencies.

> 2002-09-17  Nick Clifton  <nickc@redhat.com>
> 
> 	* config/rs60000/rs6000.c (rs6000_emit_move): Handle V1DImode moves.
> 	* config/rs60000/rs6000.c (SPE_VECTOR_MODE): Include V1DImode.
> 	* config/rs6000/spe.md (movv1di, movv1di_internal): New patterns.

I assume you tested this with no regressions?

If so, this is OK.  Thanks.

Aldy


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