From: uros Date: Mon, 3 Dec 2018 20:44:37 +0000 (+0000) Subject: * config/i386/sse.md (vec_concatv2df): Change (v,xm,C) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49b3b703ba7f5abb8dc9bdc8dd239fc28b2206c6;p=thirdparty%2Fgcc.git * config/i386/sse.md (vec_concatv2df): Change (v,xm,C) alternative to (v,vm,c). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266765 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1efc9270f9b4..48676e5b2638 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-12-03 Uros Bizjak + + * config/i386/sse.md (vec_concatv2df): Change (v,xm,C) + alternative to (v,vm,c). + 2018-12-03 Segher Boessenkool * gcc/config.gcc (Unsupported targets): Add powerpc*-*-linux*paired*. diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index 1415c36930b7..52db04dda970 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -9526,7 +9526,7 @@ (define_insn "vec_concatv2df" [(set (match_operand:V2DF 0 "register_operand" "=x,x,v,x,v,x,x, v,x,x") (vec_concat:V2DF - (match_operand:DF 1 "nonimmediate_operand" " 0,x,v,m,m,0,x,xm,0,0") + (match_operand:DF 1 "nonimmediate_operand" " 0,x,v,m,m,0,x,vm,0,0") (match_operand:DF 2 "nonimm_or_0_operand" " x,x,v,1,1,m,m, C,x,m")))] "TARGET_SSE && (!(MEM_P (operands[1]) && MEM_P (operands[2]))