Commit c034672a by J"orn Rennecke Committed by Joern Rennecke

* sh.md (movv8qi_i+2): Don't split if source is -1.

From-SVN: r58165
parent b8db17af
Tue Oct 15 16:51:04 2002 J"orn Rennecke <joern.rennecke@superh.com>
* sh.md (movv8qi_i+2): Don't split if source is -1.
2002-10-15 Janis Johnson <janis187@us.ibm.com> 2002-10-15 Janis Johnson <janis187@us.ibm.com>
* doc/install.texi: Formatting changes for conformance to HTML 4.01. * doc/install.texi: Formatting changes for conformance to HTML 4.01.
......
...@@ -9149,7 +9149,9 @@ ...@@ -9149,7 +9149,9 @@
&& VECTOR_MODE_SUPPORTED_P (GET_MODE (operands[0])) && VECTOR_MODE_SUPPORTED_P (GET_MODE (operands[0]))
&& GET_MODE_SIZE (GET_MODE (operands[0])) == 8 && GET_MODE_SIZE (GET_MODE (operands[0])) == 8
&& (XVECEXP (operands[1], 0, 0) != const0_rtx && (XVECEXP (operands[1], 0, 0) != const0_rtx
|| XVECEXP (operands[1], 0, 1) != const0_rtx)" || XVECEXP (operands[1], 0, 1) != const0_rtx)
&& (XVECEXP (operands[1], 0, 0) != constm1_rtx
|| XVECEXP (operands[1], 0, 1) != constm1_rtx)"
[(set (match_dup 0) (match_dup 1)) [(set (match_dup 0) (match_dup 1))
(match_dup 2)] (match_dup 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