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
36bf3f1b
Commit
36bf3f1b
authored
Mar 02, 2003
by
Kazu Hirata
Committed by
Kazu Hirata
Mar 02, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/h8300/h8300.md (a peephole2): Remove dead code.
From-SVN: r63653
parent
facf86ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/ChangeLog
+4
-0
gcc/config/h8300/h8300.md
+1
-3
No files found.
gcc/ChangeLog
View file @
36bf3f1b
2003
-
03
-
01
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
config
/
h8300
/
h8300
.
md
(
a
peephole2
)
:
Remove
dead
code
.
2003
-
03
-
01
Roger
Sayle
<
roger
@eyesopen
.
com
>
PR
c
++/
9367
...
...
gcc/config/h8300/h8300.md
View file @
36bf3f1b
...
...
@@ -3564,7 +3564,6 @@
;; dead 0x000000?? except 1 and 2 eq/ne xor.b and test
;; dead 0x0000??00 eq/ne xor.b and test
;; dead 0x0000ffff eq/ne not.w and test
;; dead 0xffff0000 eq/ne not.w and test
;;
;; dead 0xffffff?? except -1 and -2 eq/ne xor.b and not.l
;; dead 0xffff??ff eq/ne xor.b and not.l
...
...
@@ -3674,8 +3673,7 @@
&& peep2_reg_dead_p (1, operands
[
0
]
)
&& ((INTVAL (operands
[
1
]
) & 0x00ff) == INTVAL (operands
[
1
]
)
|| (INTVAL (operands
[
1
]
) & 0xff00) == INTVAL (operands
[
1
]
)
|| INTVAL (operands
[
1
]
) == 0x0000ffff
|| INTVAL (operands
[
1
]
) == 0xffff0000)
|| INTVAL (operands
[
1
]
) == 0x0000ffff)
&& INTVAL (operands
[
1
]
) != 1
&& INTVAL (operands
[
1
]
) != 2"
[
(set (match_dup 0)
...
...
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