Re: [PATCH,rs6000] Add -maltivec=be support for vec_lde and vec_ste

2014-02-23 Thread David Edelsohn
On Sat, Feb 22, 2014 at 10:25 PM, Bill Schmidt wrote: > Hi, > > This patch adds -maltivec=be support for vec_lde and vec_ste, similarly > to what was done for vec_ld, vec_st, vec_ldl, and vec_stl. Much of the > same infrastructure is used. Because the insn pattern for vec_ste is > formed slightl

[PATCH,rs6000] Add -maltivec=be support for vec_lde and vec_ste

2014-02-22 Thread Bill Schmidt
Hi, This patch adds -maltivec=be support for vec_lde and vec_ste, similarly to what was done for vec_ld, vec_st, vec_ldl, and vec_stl. Much of the same infrastructure is used. Because the insn pattern for vec_ste is formed slightly differently than the ones for vec_st and vec_stl, we can't reuse