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
be77e609
Commit
be77e609
authored
Jan 14, 2015
by
Naveen H.S
Committed by
Naveen H.S
Jan 14, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
octeon3-pipe-1.c: New test.
* gcc.target/mips/octeon3-pipe-1.c: New test. From-SVN: r219575
parent
c02ae3ae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
4 deletions
+16
-4
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/ChangeLog-2014
+0
-4
gcc/testsuite/gcc.target/mips/octeon3-pipe-1.c
+12
-0
No files found.
gcc/testsuite/ChangeLog
View file @
be77e609
2015-01-14 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
* gcc.target/mips/octeon3-pipe-1.c: New test.
2015-01-13 David Malcolm <dmalcolm@redhat.com>
* jit.dg/harness.h (set_up_logging): Move string concatenation
...
...
gcc/testsuite/ChangeLog-2014
View file @
be77e609
...
...
@@ -5008,10 +5008,6 @@
* gcc.target/arm/ifcvt-size-check.c: New test.
2014-11-03 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
* gcc.target/mips/octeon3-pipe-1.c: New test.
2014-11-02 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/cpp0x/gen-attrs-42.C: Add x86_64-*-* target.
...
...
gcc/testsuite/gcc.target/mips/octeon3-pipe-1.c
0 → 100644
View file @
be77e609
/* Check that we use the octeon3 pipeline description. */
/* { dg-do compile } */
/* { dg-options "-fschedule-insns2 -fdump-rtl-sched2 -march=octeon3" } */
/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
NOMIPS16
int
f
(
int
a
,
int
b
)
{
return
a
/
b
;
}
/* { dg-final { scan-rtl-dump "octeon_mult\\*17" "sched2" } } */
/* { dg-final { cleanup-rtl-dump "sched2" } } */
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