Implemented builtin signatures:
vector unsigned char vec_slv (vector unsigned char, vector unsigned char);
vector unsigned char vec_srv (vector unsigned char, vector unsigned char);
Differential D26095
Implement vector shift builtins - llvm portion. jtony on Oct 28 2016, 12:20 PM. Authored by
Details
Diff Detail Event TimelineComment Actions Other than the minor nit, this LGTM.
Comment Actions Committed revision 285681. |
Please fix the spacing. The square bracket needs to line up to just inside the angled bracket (i.e. [ lines up with 1).
Also remove the spaces that make the pattern look out of place with respect to others. It should be:
[(set v16i8:$vD, (int_ppc_altivec_vslv v16i8:$vA, v16i8:$vB))]
Same below.