PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / xchg-1.c
blobe81fe49cd0b1c95e73cfbf526d08dfd897b84ad5
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -march=k8" } */
4 unsigned short good(unsigned short a)
6 return (a >> 8 | a << 8);
9 /* { dg-final { scan-assembler "rol" } } */