On 02/07/2016 10:58 AM, Michael Collison wrote:
Richard,
One other question on the patch. I note that when you expand the addv and uaddv
patterns you emit rtl using gen_add3_compareV and en_add3_compareC
respectively. These patterns use sign_extend and zero_extend respectively. Why
do you not do
Richard,
One other question on the patch. I note that when you expand the addv
and uaddv patterns you emit rtl using gen_add3_compareV and
en_add3_compareC respectively. These patterns use sign_extend and
zero_extend respectively. Why do you not do the same thing for the subv
and usubv patter
On 01/28/2016 01:50 AM, Michael Collison wrote:
> Hi Richard,
>
> Note that this patch appears to depend on your previous patch:
>
> https://gcc.gnu.org/ml/gcc-patches/2016-01/txtDPaXOBMuOB.txt
>
> for the definition of define_mode_attr DWI. I was looking at this patch as I
> was working on Bugz
Hi Richard,
Note that this patch appears to depend on your previous patch:
https://gcc.gnu.org/ml/gcc-patches/2016-01/txtDPaXOBMuOB.txt
for the definition of define_mode_attr DWI. I was looking at this patch
as I was working on Bugzilla 68543 which this will address.
Regards,
Michael Collis