Re: [PATCH 12/13] arm: Convert more load/store MVE builtins to predicate qualifiers

2021-10-11 Thread Richard Sandiford via Gcc-patches
Richard Sandiford via Gcc-patches writes: > Christophe Lyon via Gcc-patches writes: >> This patch covers a few builtins where we do not use the >> iterator and thus we cannot use . >> >> However this introduces a problem for the v2di instructions, because >> there is not predicate for this case.

Re: [PATCH 12/13] arm: Convert more load/store MVE builtins to predicate qualifiers

2021-10-11 Thread Richard Sandiford via Gcc-patches
Christophe Lyon via Gcc-patches writes: > This patch covers a few builtins where we do not use the > iterator and thus we cannot use . > > However this introduces a problem for the v2di instructions, because > there is not predicate for this case. For instance, changing > STRSBS_P_QUALIFIERS bre

[PATCH 12/13] arm: Convert more load/store MVE builtins to predicate qualifiers

2021-09-07 Thread Christophe Lyon via Gcc-patches
This patch covers a few builtins where we do not use the iterator and thus we cannot use . However this introduces a problem for the v2di instructions, because there is not predicate for this case. For instance, changing STRSBS_P_QUALIFIERS breaks mve_vstrdq_scatter_base_p_v2di. Similarly, this