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
3b4961bd
Commit
3b4961bd
authored
May 03, 2002
by
Jan Hubicka
Committed by
Jan Hubicka
May 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.md (attribute memory): Handle compares properly.
From-SVN: r53085
parent
d6ab05a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+5
-1
gcc/config/i386/i386.md
+2
-2
No files found.
gcc/ChangeLog
View file @
3b4961bd
Fri May 3 13:34:43 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.md (attribute memory): Handle compares properly.
Fri May 3 10:51:38 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.
c
(sse_clrsf, sse_clrsi): Set memory attribute
* i386.
md
(sse_clrsf, sse_clrsi): Set memory attribute
to none.
2002-05-02 Kazu Hirata <kazu@cs.umass.edu>
...
...
gcc/config/i386/i386.md
View file @
3b4961bd
...
...
@@ -259,7 +259,7 @@
(if_then_else (match_operand 0 "memory_operand" "")
(const_string "both")
(const_string "load"))
(eq_attr "type" "icmp,test")
(eq_attr "type" "icmp,test
,ssecmp,mmxcmp,fcmp
")
(if_then_else (ior (match_operand 0 "memory_operand" "")
(match_operand 1 "memory_operand" ""))
(const_string "load")
...
...
@@ -286,7 +286,7 @@
(const_string "store")
(match_operand 1 "memory_operand" "")
(const_string "load")
(and (eq_attr "type" "!icmp,test,alu1,negnot,fsgn,imov,imovx,fmov,fcmp,sse,
mmx,ssemov,mmxmov,ssecvt,mmxcvt
")
(and (eq_attr "type" "!icmp,test,alu1,negnot,fsgn,imov,imovx,fmov,fcmp,sse,
ssecmp,mmx,ssemov,mmxmov,ssecvt,mmxcvt,mmxcmp
")
(match_operand 2 "memory_operand" ""))
(const_string "load")
(and (eq_attr "type" "icmov")
...
...
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