1 /* Ensure replicated constants don't make things worse. */
2 /* { dg-options "-mthumb -O2" } */
3 /* { dg-require-effective-target arm_thumb2_ok } */
8 /* It might be tempting to use 0x01000100, but it wouldn't help. */
12 /* { dg-final { scan-assembler "add.*#32505856" } } */
13 /* { dg-final { scan-assembler "add.*#480" } } */
18 return a
+ 0x0f100e10;
21 /* { dg-final { scan-assembler "add.*#252706816" } } */
22 /* { dg-final { scan-assembler "add.*#3600" } } */