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
8d9ef58e
Commit
8d9ef58e
authored
Oct 29, 2012
by
Uros Bizjak
Committed by
Uros Bizjak
Oct 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Revert my last commit.
From-SVN: r192932
parent
5568a736
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/ChangeLog
+1
-1
gcc/config/i386/i386.c
+1
-1
No files found.
gcc/ChangeLog
View file @
8d9ef58e
2012
-
10
-
29
Uros
Bizjak
<
ubizjak
@gmail
.
com
>
*
config
/
i386
/
i386
.
c
(
ix86_decompose_address
)
:
Use
simplify_subreg
*
config
/
i386
/
i386
.
c
(
ix86_decompose_address
)
:
Use
simplify_
gen_
subreg
to
check
SImode
equivalent
of
address
,
zero
-
extended
with
AND
RTX
.
*
config
/
i386
/
i386
.
md
(
ashift
to
lea
splitter
)
:
Split
to
SImode
mult
.
(
simple
lea
to
add
/
shift
peephole2s
)
:
Remove
peephole2s
that
operate
gcc/config/i386/i386.c
View file @
8d9ef58e
...
...
@@ -11822,7 +11822,7 @@ ix86_decompose_address (rtx addr, struct ix86_address *out)
}
else
if
(
GET_MODE
(
addr
)
==
DImode
)
{
addr
=
simplify_subreg
(
SImode
,
addr
,
DImode
,
0
);
addr
=
simplify_
gen_
subreg
(
SImode
,
addr
,
DImode
,
0
);
if
(
addr
==
NULL_RTX
)
return
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