[AArch64] SVE tests
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / gtu_to_ltu_cmp_2.c
blobe0e999f9df39c29bb79d8a8f7d9a17f213bd115b
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 unsigned int
5 foo (unsigned int a, unsigned int b)
7 return (a + 10) > 9;
10 /* { dg-final { scan-assembler-times "cmn\\tw\[0-9\]+" 1 } } */
11 /* { dg-final { scan-assembler-not "add\\tw\[0-9\]+" } } */