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. Thanks, Pat