[PR81647][AARCH64] Fix handling of Unordered Comparisons in aarch64-simd.md
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / mult-synth_2.c
blobd2e1bc53ec0c6e494520746c7b1f9ba6927ccee8
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mcpu=cortex-a57 -save-temps" } */
4 int
5 foo (int x)
7 return x * 25;
10 /* { dg-final { scan-assembler-times "mul\tw\[0-9\]+, w\[0-9\]+, w\[0-9\]+" 1 } } */