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
74da3101
Commit
74da3101
authored
Aug 15, 2000
by
Richard Earnshaw
Committed by
Richard Earnshaw
Aug 15, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* arm.md (splits generating cond_exec): Disable.
From-SVN: r35707
parent
2c210617
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/config/arm/arm.md
+4
-4
No files found.
gcc/ChangeLog
View file @
74da3101
2000-08-15 Richard Earnshaw <rearnsha@arm.com>
2000-08-15 Richard Earnshaw <rearnsha@arm.com>
* arm.md (splits generating cond_exec): Disable.
2000-08-15 Richard Earnshaw <rearnsha@arm.com>
* arm/linux-elf.h (text_section): Delete declaration.
* arm/linux-elf.h (text_section): Delete declaration.
2000-08-15 Richard Earnshaw <rearnsha@arm.com>
2000-08-15 Richard Earnshaw <rearnsha@arm.com>
...
...
gcc/config/arm/arm.md
View file @
74da3101
...
@@ -8243,7 +8243,7 @@
...
@@ -8243,7 +8243,7 @@
(match_dup 0)
(match_dup 0)
(match_operand 4 "" "")))
(match_operand 4 "" "")))
(clobber (reg:CC 24))]
(clobber (reg:CC 24))]
"TARGET_ARM && reload_completed"
"TARGET_ARM && reload_completed
&& 0
"
[
(set (match_dup 5) (match_dup 6))
[
(set (match_dup 5) (match_dup 6))
(cond_exec (match_dup 7)
(cond_exec (match_dup 7)
(set (match_dup 0) (match_dup 4)))]
(set (match_dup 0) (match_dup 4)))]
...
@@ -8271,7 +8271,7 @@
...
@@ -8271,7 +8271,7 @@
(match_operand 4 "" "")
(match_operand 4 "" "")
(match_dup 0)))
(match_dup 0)))
(clobber (reg:CC 24))]
(clobber (reg:CC 24))]
"TARGET_ARM && reload_completed"
"TARGET_ARM && reload_completed
&& 0
"
[
(set (match_dup 5) (match_dup 6))
[
(set (match_dup 5) (match_dup 6))
(cond_exec (match_op_dup 1
[
(match_dup 5) (const_int 0)
]
)
(cond_exec (match_op_dup 1
[
(match_dup 5) (const_int 0)
]
)
(set (match_dup 0) (match_dup 4)))]
(set (match_dup 0) (match_dup 4)))]
...
@@ -8292,7 +8292,7 @@
...
@@ -8292,7 +8292,7 @@
(match_operand 4 "" "")
(match_operand 4 "" "")
(match_operand 5 "" "")))
(match_operand 5 "" "")))
(clobber (reg:CC 24))]
(clobber (reg:CC 24))]
"TARGET_ARM && reload_completed"
"TARGET_ARM && reload_completed
&& 0
"
[
(set (match_dup 6) (match_dup 7))
[
(set (match_dup 6) (match_dup 7))
(cond_exec (match_op_dup 1
[
(match_dup 6) (const_int 0)
]
)
(cond_exec (match_op_dup 1
[
(match_dup 6) (const_int 0)
]
)
(set (match_dup 0) (match_dup 4)))
(set (match_dup 0) (match_dup 4)))
...
@@ -8322,7 +8322,7 @@
...
@@ -8322,7 +8322,7 @@
(match_operand 4 "" "")
(match_operand 4 "" "")
(match_operand 5 "" "")))
(match_operand 5 "" "")))
(clobber (reg:CC 24))]
(clobber (reg:CC 24))]
"TARGET_ARM && reload_completed
&& 0
"
"TARGET_ARM && reload_completed"
[
(set (match_dup 6) (match_dup 7))
[
(set (match_dup 6) (match_dup 7))
(set (match_dup 0)
(set (match_dup 0)
(if_then_else:SI (match_op_dup 1
[
(match_dup 6) (const_int 0)
]
)
(if_then_else:SI (match_op_dup 1
[
(match_dup 6) (const_int 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