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] extend.texi MIPS PS/3D Support


The real problem is that you're pulling out SImode and deciding
that add_optab[SImode] is the vector addition operation.

but how come we get SImode here? we call build_vector_type with innertype = SI, and nunits = UNITS_PER_SIMD_WORD / nbytes = 8 / 4 = 2 so it should return a V2SI vectype, which is not supported by the target and therefore should have a BLKmode. no?

Yes, it should. Generic vectors should not be created by the vectorizer (yet).


Paolo


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