Commit be77e609 by Naveen H.S Committed by Naveen H.S

octeon3-pipe-1.c: New test.

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

From-SVN: r219575
parent c02ae3ae
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.
......
/* 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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment