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
cb40a885
Commit
cb40a885
authored
Jul 19, 2012
by
Eric Botcazou
Committed by
Eric Botcazou
Jul 19, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sparc/sparc.md (adddi3_insn_sp32): Add earlyclobber.
From-SVN: r189689
parent
9402220c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/sparc/sparc.md
+1
-1
gcc/testsuite/ChangeLog
+1
-1
No files found.
gcc/ChangeLog
View file @
cb40a885
2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
* config/sparc/sparc.md (adddi3_insn_sp32): Add earlyclobber.
2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
* tree-ssa-forwprop.c (combine_conversions): Punt if the RHS of the
defining statement is a SSA name that occurs in abnormal PHIs.
...
...
gcc/config/sparc/sparc.md
View file @
cb40a885
...
...
@@ -3528,7 +3528,7 @@
})
(define_insn_and_split "
*
adddi3_insn_sp32"
[
(set (match_operand:DI 0 "register_operand" "=r")
[
(set (match_operand:DI 0 "register_operand" "=
&
r")
(plus:DI (match_operand:DI 1 "arith_double_operand" "%r")
(match_operand:DI 2 "arith_double_operand" "rHI")))
(clobber (reg:CC CC_REG))]
...
...
gcc/testsuite/ChangeLog
View file @
cb40a885
...
...
@@ -2,7 +2,7 @@
* gnat.dg/opt25.adb: New test.
* gnat.dg/opt25_pkg1.ad[sb]: New helper.
* gnat.dg/opt25_pkg2.ad[sb]: Likewise
* gnat.dg/opt25_pkg2.ad[sb]: Likewise
.
2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
...
...
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