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
46f41fed
Commit
46f41fed
authored
Jun 10, 2001
by
Stephane Carrez
Committed by
Stephane Carrez
Jun 10, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* m68hc11.md (peepholes): Remove unused and wrong peepholes.
From-SVN: r43142
parent
2a2b2d43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
38 deletions
+4
-38
gcc/ChangeLog
+4
-0
gcc/config/m68hc11/m68hc11.md
+0
-38
No files found.
gcc/ChangeLog
View file @
46f41fed
2001
-
06
-
10
Stephane
Carrez
<
Stephane
.
Carrez
@worldnet
.
fr
>
*
m68hc11
.
md
(
peepholes
)
:
Remove
unused
and
wrong
peepholes
.
2001
-
06
-
10
Mark
Mitchell
<
mark
@codesourcery
.
com
>
Gabriel
Dos
Reis
<
gdr
@codesourcery
.
com
>
...
...
gcc/config/m68hc11/m68hc11.md
View file @
46f41fed
...
...
@@ -6178,44 +6178,6 @@
")
(define_peephole
[
(set (match_operand:HI 0 "stack_register_operand" "")
(plus:HI (match_dup 0)
(const_int -2)))
(set (match_operand:HI 2 "memory_operand" "m")
(match_operand:HI 3 "stack_register_operand" ""))]
"0 && GET_CODE (operands
[
2
]
) == MEM"
"
*
{
rtx ops
[
2
]
;
ops
[
0
]
= gen_rtx (MEM, HImode,
gen_rtx (PRE_DEC, HImode, stack_pointer_rtx));
ops
[
1
]
= operands
[
3
]
;
m68hc11_gen_movhi (insn, ops);
return
\"\"
;
}
")
(define_peephole
[
(set (match_operand:HI 0 "hard_reg_operand" "")
(match_operand:HI 1 "memory_operand" "m"))
(set (match_operand:HI 2 "stack_register_operand" "")
(plus:HI (match_dup 2)
(const_int 2)))]
"GET_CODE (operands
[
1
]
) == MEM"
"
*
{
rtx ops
[
2
]
;
ops
[
0
]
= operands
[
0
]
;
ops
[
1
]
= gen_rtx (MEM, HImode,
gen_rtx (POST_INC, HImode, stack_pointer_rtx));
m68hc11_gen_movhi (insn, ops);
return
\"\"
;
}
")
(define_peephole
[
(set (match_operand:HI 0 "hard_reg_operand" "")
(match_operand:HI 1 "stack_register_operand" ""))
(set (match_operand:HI 2 "hard_reg_operand" "")
...
...
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