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
f527d196
Commit
f527d196
authored
Jul 28, 2003
by
Jan Hubicka
Committed by
Jan Hubicka
Jul 28, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.md (memory attribute) Avoid accessing uninitialized memory
for ishift1 type instructions. From-SVN: r69895
parent
cb584bcf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-0
gcc/config/i386/i386.md
+2
-2
No files found.
gcc/ChangeLog
View file @
f527d196
Mon Jul 28 20:13:06 CEST 2003 Jan Hubicka <jh@suse.cz>
* i386.md (memory attribute) Avoid accessing uninitialized memory
for ishift1 type instructions.
2003-07-28 Jakub Jelinek <jakub@redhat.com>
2003-07-28 Jakub Jelinek <jakub@redhat.com>
* configure.in (--enable-checking): Add fold category.
* configure.in (--enable-checking): Add fold category.
...
...
gcc/config/i386/i386.md
View file @
f527d196
...
@@ -351,7 +351,7 @@
...
@@ -351,7 +351,7 @@
(if_then_else (match_operand 1 "constant_call_address_operand" "")
(if_then_else (match_operand 1 "constant_call_address_operand" "")
(const_string "none")
(const_string "none")
(const_string "load"))
(const_string "load"))
(and (eq_attr "type" "alu1,negnot")
(and (eq_attr "type" "alu1,negnot
,ishift1
")
(match_operand 1 "memory_operand" ""))
(match_operand 1 "memory_operand" ""))
(const_string "both")
(const_string "both")
(and (match_operand 0 "memory_operand" "")
(and (match_operand 0 "memory_operand" "")
...
@@ -362,7 +362,7 @@
...
@@ -362,7 +362,7 @@
(match_operand 1 "memory_operand" "")
(match_operand 1 "memory_operand" "")
(const_string "load")
(const_string "load")
(and (eq_attr "type"
(and (eq_attr "type"
"!alu1,negnot,
"!alu1,negnot,
ishift1,
imov,imovx,icmp,test,
imov,imovx,icmp,test,
fmov,fcmp,fsgn,
fmov,fcmp,fsgn,
sse,ssemov,ssecmp,ssecomi,ssecvt,sseicvt,
sse,ssemov,ssecmp,ssecomi,ssecvt,sseicvt,
...
...
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