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
bc4ec543
Commit
bc4ec543
authored
Sep 01, 2016
by
Nathan Sidwell
Committed by
Nathan Sidwell
Sep 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.
From-SVN: r239934
parent
491ec060
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/nvptx/nvptx.md
+2
-2
No files found.
gcc/ChangeLog
View file @
bc4ec543
2016-09-01 Nathan Sidwell <nathan@acm.org>
* config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.
2016-09-01 Wilco Dijkstra <wdijkstr@arm.com>
2016-09-01 Wilco Dijkstra <wdijkstr@arm.com>
* config/aarch64/aarch64.c (aarch64_legitimize_address_displacement):
* config/aarch64/aarch64.c (aarch64_legitimize_address_displacement):
...
...
gcc/config/nvptx/nvptx.md
View file @
bc4ec543
...
@@ -541,7 +541,7 @@
...
@@ -541,7 +541,7 @@
[
(set (pc)
[
(set (pc)
(if_then_else (match_operator 0 "nvptx_comparison_operator"
(if_then_else (match_operator 0 "nvptx_comparison_operator"
[
(match_operand:HSDIM 1 "nvptx_register_operand" "")
[
(match_operand:HSDIM 1 "nvptx_register_operand" "")
(match_operand:HSDIM 2 "nvptx_
register
_operand" "")])
(match_operand:HSDIM 2 "nvptx_
nonmemory
_operand" "")])
(label_ref (match_operand 3 "" ""))
(label_ref (match_operand 3 "" ""))
(pc)))]
(pc)))]
""
""
...
@@ -556,7 +556,7 @@
...
@@ -556,7 +556,7 @@
[
(set (pc)
[
(set (pc)
(if_then_else (match_operator 0 "nvptx_float_comparison_operator"
(if_then_else (match_operator 0 "nvptx_float_comparison_operator"
[
(match_operand:SDFM 1 "nvptx_register_operand" "")
[
(match_operand:SDFM 1 "nvptx_register_operand" "")
(match_operand:SDFM 2 "nvptx_
register
_operand" "")])
(match_operand:SDFM 2 "nvptx_
nonmemory
_operand" "")])
(label_ref (match_operand 3 "" ""))
(label_ref (match_operand 3 "" ""))
(pc)))]
(pc)))]
""
""
...
...
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