Re: [PATCH] Adjust docu of TARGET_VECTORIZE_VEC_PERM_CONST

2021-07-28 Thread Richard Biener via Gcc-patches
On Wed, Jul 28, 2021 at 10:19 AM Andreas Krebbel wrote: > > On 7/28/21 9:43 AM, Richard Biener wrote: > > On Wed, Jul 28, 2021 at 8:44 AM Andreas Krebbel via Gcc-patches > > wrote: > >> > >> There are also memory operands passed for in0 and in1. > >> > >> Ok for mainline? > > > > They can also

Re: [PATCH] Adjust docu of TARGET_VECTORIZE_VEC_PERM_CONST

2021-07-28 Thread Andreas Krebbel via Gcc-patches
On 7/28/21 9:43 AM, Richard Biener wrote: > On Wed, Jul 28, 2021 at 8:44 AM Andreas Krebbel via Gcc-patches > wrote: >> >> There are also memory operands passed for in0 and in1. >> >> Ok for mainline? > > They can also be constant vectors, I'd just not specify the operand > kind - usually >

Re: [PATCH] Adjust docu of TARGET_VECTORIZE_VEC_PERM_CONST

2021-07-28 Thread Richard Biener via Gcc-patches
On Wed, Jul 28, 2021 at 8:44 AM Andreas Krebbel via Gcc-patches wrote: > > There are also memory operands passed for in0 and in1. > > Ok for mainline? They can also be constant vectors, I'd just not specify the operand kind - usually expanders are not limited as to what they feed down. >

[PATCH] Adjust docu of TARGET_VECTORIZE_VEC_PERM_CONST

2021-07-28 Thread Andreas Krebbel via Gcc-patches
There are also memory operands passed for in0 and in1. Ok for mainline? gcc/ChangeLog: * target.def: Describe in0 and in1 as being either register or memory operands. * doc/tm.texi: Regenerate. --- gcc/doc/tm.texi | 7 --- gcc/target.def | 7 --- 2 files