Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c034672a
Commit
c034672a
authored
Oct 15, 2002
by
J"orn Rennecke
Committed by
Joern Rennecke
Oct 15, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sh.md (movv8qi_i+2): Don't split if source is -1.
From-SVN: r58165
parent
b8db17af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.md
+3
-1
No files found.
gcc/ChangeLog
View file @
c034672a
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>
* doc/install.texi: Formatting changes for conformance to HTML 4.01.
...
...
gcc/config/sh/sh.md
View file @
c034672a
...
...
@@ -9149,7 +9149,9 @@
&& VECTOR_MODE_SUPPORTED_P (GET_MODE (operands
[
0
]
))
&& GET_MODE_SIZE (GET_MODE (operands
[
0
]
)) == 8
&& (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))
(match_dup 2)]
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment