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
46fccf9e
Commit
46fccf9e
authored
Apr 27, 1995
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete two define_peepholes which print `bad peephole'.
From-SVN: r9515
parent
bb4aaf18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
gcc/config/sparc/sparc.md
+0
-28
No files found.
gcc/config/sparc/sparc.md
View file @
46fccf9e
...
...
@@ -5600,34 +5600,6 @@
"TARGET_V9"
"ldsb %1,%0
\;
orcc %0,%%g0,%2")
(define_peephole
[
(set (match_operand:HI 0 "register_operand" "")
(match_operand:HI 1 "memory_operand" ""))
(set (match_operand:SI 2 "register_operand" "")
(sign_extend:SI (match_dup 0)))]
"dead_or_set_p (insn, operands
[
0
]
)"
"
*
{
warning (
\"
bad peephole
\"
);
if (! MEM_VOLATILE_P (operands
[
1
]
))
abort ();
return
\"
ldsh %1,%2
\"
;
}")
(define_peephole
[
(set (match_operand:QI 0 "register_operand" "")
(match_operand:QI 1 "memory_operand" ""))
(set (match_operand:SI 2 "register_operand" "")
(sign_extend:SI (match_dup 0)))]
"dead_or_set_p (insn, operands
[
0
]
)"
"
*
{
warning (
\"
bad peephole
\"
);
if (! MEM_VOLATILE_P (operands
[
1
]
))
abort ();
return
\"
ldsb %1,%2
\"
;
}")
;; Floating-point move peepholes
;; ??? v9: Do we want similar ones?
...
...
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