Re: [PATCH, rs6000] Add -maltivec=be semantics in LE mode for vec_ld and vec_st

2016-02-15 Thread Bill Schmidt
Wow, that's pretty bad; obviously a pasto. Thanks for pointing it out! I'm really surprised this has survived this long, but that may be a comment on how much lvxl is used. I'll get this fixed asap. Thanks, Bill On Tue, 2016-02-09 at 18:25 +0100, Ulrich Weigand wrote: > Hi Bill, > > > 2014-02-

Re: [PATCH, rs6000] Add -maltivec=be semantics in LE mode for vec_ld and vec_st

2016-02-09 Thread Ulrich Weigand
Hi Bill, > 2014-02-20 Bill Schmidt > > * config/rs6000/altivec.md (altivec_lvxl): Rename as > *altivec_lvxl__internal and use VM2 iterator instead of > V4SI. > (altivec_lvxl_): New define_expand incorporating > -maltivec=be semantics where needed. I just noticed

Re: [PATCH, rs6000] Add -maltivec=be semantics in LE mode for vec_ld and vec_st

2014-02-21 Thread David Edelsohn
On Thu, Feb 20, 2014 at 2:46 PM, Bill Schmidt wrote: > Hi, > > For compatibility with the XL compilers, we need to support -maltivec=be > for vec_ld, vec_ldl, vec_st, and vec_stl. (A later patch will also > handle vec_lde and vec_ste.) > > This is a much simpler patch than its size would indicate