blob: fb6129898f9187352ec7f879235ade1e89390a27 [file] [log] [blame]
/* { dg-do compile { target { powerpc*-*-* && ilp32 } } } */
/* { dg-require-effective-target powerpc_p9modulo_ok } */
/* { dg-options "-mdejagnu-cpu=power9 -O2" } */
int i_trailing_zero (int a) { return __builtin_ctz (a); }
/* { dg-final { scan-assembler "cnttzw " } } */
/* { dg-final { scan-assembler-not "cntlzw " } } */