Re: [PATCH, i386]: Correct vec_concatv2df alternative

2018-12-03 Thread Jakub Jelinek
On Mon, Dec 03, 2018 at 09:47:48PM +0100, Uros Bizjak wrote: > All avx512f registers support DFmode. > > 2018-12-03 Uros Bizjak > > * config/i386/sse.md (vec_concatv2df): Change (v,xm,C) > alternative to (v,vm,c). > > Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}. >

[PATCH, i386]: Correct vec_concatv2df alternative

2018-12-03 Thread Uros Bizjak
All avx512f registers support DFmode. 2018-12-03 Uros Bizjak * config/i386/sse.md (vec_concatv2df): Change (v,xm,C) alternative to (v,vm,c). Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}. Committed to mainline SVN. Uros. Index: config/i386/sse.md ===