Re: [PATCH 1/6 ver 3] rs6000, Update support for vec_extract

2020-06-24 Thread Segher Boessenkool
Hi! On Thu, Jun 18, 2020 at 03:20:01PM -0700, Carl Love wrote: > 2020-06-18 Carl Love > > * config/rs6000/altivec.md: (UNSPEC_EXTRACTL, UNSPEC_EXTRACTR) > (vextractl, vextractr) > (vextractl_internal, vextractr_internal) Please say what the iterator for the is? Just adding

[PATCH 1/6 ver 3] rs6000, Update support for vec_extract

2020-06-18 Thread Carl Love via Gcc-patches
V3 changes Redo ChangeLog for code move. Replace spaces with tabs in ChangeLog. Replaced intruction names using * with the actual list of names. For example vextdu*vrx with the explicit instruction names vextdubvrx, vextduhvrx, etc. - v2 changes conf