2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / octeon-pipe-1.c
blob3832781a6233c2a79953e1d1952db3dfaff99e12
1 /* Check that we use the octeon pipeline description. */
2 /* { dg-do compile } */
3 /* { dg-options "-march=octeon -fschedule-insns2 -fdump-rtl-sched2" } */
4 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
6 NOMIPS16 int f (int a, int b)
8 return a / b;
11 /* { dg-final { scan-rtl-dump "octeon_mult\\*71" "sched2" } } */