octeon3-pipe-1.c: New test.

* gcc.target/mips/octeon3-pipe-1.c: New test.

From-SVN: r219575
This commit is contained in:
Naveen H.S 2015-01-14 06:08:24 +00:00 committed by Naveen H.S
parent c02ae3ae3d
commit be77e6092b
3 changed files with 16 additions and 4 deletions

View File

@ -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

View File

@ -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.

View 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" } } */