This is the mail archive of the gcc@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: paired register loads and stores


>>>>> Erich Plondke writes:

Erich> I guess in a way this is "autovectorization of random code snippets" so maybe
Erich> it's too complex but it seems within the realm of what combine could do...

	Yes, this is more appropriately addressed by straight-line code
vectorizations, i.e., SLP.  The peephole and GCC register allocator are
not trying to provide that functionality.

David



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