Re: [PATCH 4/6 ver 3] rs6000, Add vector shift double builtin support
Hi! On Thu, Jun 18, 2020 at 03:20:14PM -0700, Carl Love wrote: > +;; Map UNSPEC_SLDB to "l" and UNSPEC_SRDB to "r". > +(define_int_attr SLDB_LR [(UNSPEC_SLDB "l") > + (UNSPEC_SRDB "r")]) Most (all?) other attributes that always result in lower case strings are written in lo
[PATCH 4/6 ver 3] rs6000, Add vector shift double builtin support
V3 Fixes Replace spaces with tabs in ChangeLog. Minor edits to ChangeLog entry. Minor edits to vec_sldb description in gcc/doc/extend.texi. v2 fixes: change logs redone gcc/config/rs6000/rs6000-call.c - added spaces