> >> > I found out that we forgot to implement some of AVX512 intrinsics.
> >> > Here is a patch that adds them. Sorry for huge patch, but changes are
> >> > mostly trivial.
> >> > Ok for trunk?
...
> >>
> >> This is the same as the second alternative of the
> >> avx512f_<code><pmov_src_lower>2_mask pattern. Please change the above
> >> into an expander to reuse existing pattern.
> >>
> >> Uros.
> >
> > Fixed.
>
> OK for mainline if tested properly (you didn't say how the patch was tested).
>
Yeah, it bootstraps, passes make-check, runs spec2006.
I'll ask Kirill to commit, thanks.