blob: 18fd966715da1a99be06a88872baa31d609a6f67 [file] [log] [blame]
/* Check that we use the octeon2 pipeline description. */
/* { dg-do compile } */
/* { dg-options "-fschedule-insns2 -fdump-rtl-sched2 -march=octeon2" } */
/* { 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" } } */