Commit 44b619c1 by Uros Bizjak Committed by Uros Bizjak

sse.md (vec_concatv2df): Change (v,xm,C) alternative to (v,vm,c).

	* config/i386/sse.md (vec_concatv2df): Change (v,xm,C)
	alternative to (v,vm,c).

From-SVN: r266765
parent ab25c42d
2018-12-03 Uros Bizjak <ubizjak@gmail.com>
* config/i386/sse.md (vec_concatv2df): Change (v,xm,C)
alternative to (v,vm,c).
2018-12-03 Segher Boessenkool <segher@kernel.crashing.org>
* gcc/config.gcc (Unsupported targets): Add powerpc*-*-linux*paired*.
......@@ -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]))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment