On Thu, Nov 29, 2018 at 5:28 PM Jakub Jelinek <ja...@redhat.com> wrote: > > On Thu, Nov 29, 2018 at 05:21:53PM +0100, Uros Bizjak wrote: > > > > * g++.target/i386/avx2-check.h: New file. > > > > * g++.target/i386/m128-check.h: New file. > > > > * g++.target/i386/m256-check.h: New file. > > > > * g++.target/i386/avx-os-support.h: New file. > > > > > > OK. > > > > On a second thought, should we rather use (pre-reload?) > > define_insn_and_split to split the combination to the blend insn? > > I've already committed it. But can work on a patch that does that tomorrow.
Thanks. You will probably need to split it after reload, since a change from intvec->FPvec is needed. Uros.