Use gather loads for strided accesses
[official-gcc.git] / gcc / testsuite / gcc.target / arc / movl-1.c
blobc44ca8d2ccdec6337eb4b6d05bec77906a37dba8
1 /* { dg-do compile } */
2 /* { dg-skip-if "" { ! { clmcpu } } } */
3 /* { dg-options "-mcpu=nps400 -O2 -mbitops" } */
5 int
6 f (void)
8 return 0xd00d;
11 int
12 g (void)
14 return 0x7ff00000;
17 /* { dg-final { scan-assembler "movl\.cl\[ \t\]" } } */
18 /* { dg-final { scan-assembler "movh\.cl\[ \t\]" } } */