PR rtl-optimization/87918
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / mult-synth_6.c
blob0c7ede94685202872bb54b3eceae7f5743c5ea6c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mcpu=cortex-a57 -save-temps" } */
4 int
5 foo (int x)
7 return x * 20;
10 /* { dg-final { scan-assembler-not "\tw1" } } */