On Mon, Jun 27, 2016 at 04:24:39PM -0500, Pat Haugen wrote: > On 06/27/2016 03:41 PM, Segher Boessenkool wrote: > >> * config/rs6000/rs6000.md ('type' attribute): Add > >> > vec_logical,veccmp_fx,vec_extend,vecmove insn types. > > Those names are a bit irregular (underscore vs. no underscore after "vec", > > "extend" is called "exts" for integer, "vec_logical" holds no relation to > > integer "logical"). > > I can remove the underscore to match existing types and change extend->exts. > As for the vec_logical/integer logical point, not sure I'm understanding, > these are the vector forms of and/or/xor/etc.
Oh! So they were wrongly called "perm" before? Ha. If you can easily make the changes, please do, otherwise just postpone it, we'll go over this a few more times anyway. Segher