Re: [PATCH] Introduce can_vec_cmp_compare_p

2020-12-01 Thread Richard Biener via Gcc-patches
On Thu, Nov 26, 2020 at 8:27 PM Ilya Leoshkevich via Gcc-patches wrote: > > Bootstrapped and regtested on x86_64-redhat-linux and > s390x-redhat-linux. Ok for master? OK/ Thanks, Richard. > > > This is the same as dcd2ca63ec5c ("Introduce can_vcond_compare_p > function"), but for vec_cmp.

[PATCH] Introduce can_vec_cmp_compare_p

2020-11-26 Thread Ilya Leoshkevich via Gcc-patches
Bootstrapped and regtested on x86_64-redhat-linux and s390x-redhat-linux. Ok for master? This is the same as dcd2ca63ec5c ("Introduce can_vcond_compare_p function"), but for vec_cmp. The reason it's needed is that since 5d9ade39b872 ("IBM Z: Fix PR97326: Enable fp compares in vec_cmp") and