* config/i386/avx512fintrin.h (_mm512_set_epi16, _mm512_set_epi8,
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / gtu_to_ltu_cmp_1.c
blob81c536c90afe38932c48ed0af24f55e73eeff80e
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 int
5 f1 (int x, int t)
7 if (x == -1 || x == -2)
8 t = 1;
10 return t;
13 /* { dg-final { scan-assembler-times "cmn\\tw\[0-9\]+, #2" 1 } } */