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
1bbd065b
Commit
1bbd065b
authored
30 years ago
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(cse_insn): Don't call force_const_mem on (const (truncate)).
From-SVN: r8231
parent
ffa8bd9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
gcc/cse.c
+5
-1
No files found.
gcc/cse.c
View file @
1bbd065b
...
...
@@ -6724,7 +6724,11 @@ cse_insn (insn, in_libcall_block)
else
if
(
constant_pool_entries_cost
&&
CONSTANT_P
(
trial
)
&&
(
src_folded
==
0
||
GET_CODE
(
src_folded
)
!=
MEM
)
&&
!
(
GET_CODE
(
trial
)
==
CONST
&&
GET_CODE
(
XEXP
(
trial
,
0
))
==
TRUNCATE
)
&&
(
src_folded
==
0
||
(
GET_CODE
(
src_folded
)
!=
MEM
&&
!
src_folded_force_flag
))
&&
GET_MODE_CLASS
(
mode
)
!=
MODE_CC
)
{
src_folded_force_flag
=
1
;
...
...
This diff is collapsed.
Click to expand it.
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