blob: 1cf1306ea02a219729b157cdf8fff6f1c80725f0 [file] [log] [blame]
/* { dg-do compile { target int128 } } */
/* { dg-options "-O2" } */
__int128 foo(__int128 x, unsigned long long b) {
return ((__int128)b << 72) + x;
}
/* { dg-final { scan-assembler-not "\tmovl\[ \\t\]+\\\$0," } } */