mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 05:10:26 +08:00
octeon3-pipe-1.c: New test.
* gcc.target/mips/octeon3-pipe-1.c: New test. From-SVN: r219575
This commit is contained in:
parent
c02ae3ae3d
commit
be77e6092b
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -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.
|
||||
|
12
gcc/testsuite/gcc.target/mips/octeon3-pipe-1.c
Normal file
12
gcc/testsuite/gcc.target/mips/octeon3-pipe-1.c
Normal file
@ -0,0 +1,12 @@
|
||||
/* 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" } } */
|
Loading…
x
Reference in New Issue
Block a user