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, rs6000] Correct vsx_set and vsx_extract patterns for little endian


On Wed, 2013-11-20 at 13:00 -0600, Bill Schmidt wrote:
> Extracting element zero for big endian V2DI or V2DF mode is optimized
> using the scalar register equivalence.  Since we can similarly optimize
> extraction of element one for big endian V2DI or V2DF mode, I added a
                                ^
Oops.  Clearly I mean little endian here.

> variant that does this.  I am not sure how useful this is, and we can
> remove it if you like.



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