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
12007097
Commit
12007097
authored
Mar 06, 2020
by
Kito Cheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RISC-V: Fix testsuite regression due to recent IRA changes.
parent
1f520d34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.target/riscv/pr93304.c
+3
-4
No files found.
gcc/testsuite/ChangeLog
View file @
12007097
2020-03-06 Kito Cheng <kito.cheng@sifive.com>
* gcc.target/riscv/pr93304.c: Update expected output and comment.
2020-03-06 Delia Burduv <delia.burduv@arm.com>
2020-03-06 Delia Burduv <delia.burduv@arm.com>
* gcc.target/aarch64/advsimd-intrinsics/bfcvt-compile.c: New test.
* gcc.target/aarch64/advsimd-intrinsics/bfcvt-compile.c: New test.
...
...
gcc/testsuite/gcc.target/riscv/pr93304.c
View file @
12007097
...
@@ -13,7 +13,6 @@ foo (void)
...
@@ -13,7 +13,6 @@ foo (void)
/* Register rename will try to use registers from the lower register
/* Register rename will try to use registers from the lower register
regradless of the REG_ALLOC_ORDER.
regradless of the REG_ALLOC_ORDER.
In theory, t0-t6 should not used in such small program if regrename
In theory, t2 should not used in such small program if regrename
not executed incorrectly, because a5-a0 has higher priority in
not executed incorrectly, because t0-a2 should be enough. */
REG_ALLOC_ORDER. */
/* { dg-final { scan-assembler-not "t2" } } */
/* { dg-final { scan-assembler-not "t\[0-6\]" } } */
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