1 /* Check that we use the octeon2 pipeline description. */ 2 /* { dg-do compile } */ 3 /* { dg-options "-fschedule-insns2 -fdump-rtl-sched2 -march=octeon2" } */ 4 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ 5 f(int a,int b)6NOMIPS16 int f (int a, int b) 7 { 8 return a / b; 9 } 10 11 /* { dg-final { scan-rtl-dump "octeon_mult\\*17" "sched2" } } */ 12 /* { dg-final { cleanup-rtl-dump "sched2" } } */ 13