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
82ad047f
Commit
82ad047f
authored
May 08, 2009
by
Michael Eager
Committed by
Michael Eager
May 08, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug in movdf_softfloat32.
From-SVN: r147290
parent
03f1063f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/rs6000/rs6000.md
+1
-1
No files found.
gcc/ChangeLog
View file @
82ad047f
2009-05-08 Michael Eager <eager@eagercon.com>
* config/rs6000/rs6000.md (*movdf_softfloat32): replace
!TARGET_DOUBLE_FLOAT with TARGET_SINGLE_FLOAT.
2009-05-08 Richard Guenther <rguenther@suse.de>
2009-05-08 Richard Guenther <rguenther@suse.de>
PR tree-optimization/40062
PR tree-optimization/40062
...
...
gcc/config/rs6000/rs6000.md
View file @
82ad047f
...
@@ -8595,7 +8595,7 @@
...
@@ -8595,7 +8595,7 @@
[
(set (match_operand:DF 0 "nonimmediate_operand" "=r,r,m,r,r,r")
[
(set (match_operand:DF 0 "nonimmediate_operand" "=r,r,m,r,r,r")
(match_operand:DF 1 "input_operand" "r,m,r,G,H,F"))]
(match_operand:DF 1 "input_operand" "r,m,r,G,H,F"))]
"! TARGET_POWERPC64
"! TARGET_POWERPC64
&& ((TARGET_FPRS &&
!TARGET_DOUB
LE_FLOAT)
&& ((TARGET_FPRS &&
TARGET_SING
LE_FLOAT)
|| TARGET_SOFT_FLOAT || TARGET_E500_SINGLE)
|| TARGET_SOFT_FLOAT || TARGET_E500_SINGLE)
&& (gpc_reg_operand (operands
[
0
]
, DFmode)
&& (gpc_reg_operand (operands
[
0
]
, DFmode)
|| gpc_reg_operand (operands
[
1
]
, DFmode))"
|| gpc_reg_operand (operands
[
1
]
, DFmode))"
...
...
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