2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / wide-shift-64.c
blobc1624c5cdbf7ce71e1d0d31ee3118e6f82122c97
1 /* { dg-do compile { target mips*-*-* sparc*-*-* } } */
2 /* { dg-options "-O2 -fdump-rtl-combine" } */
4 long long
5 load1 (int data)
7 return (long long) data << 12;
10 /* { dg-final { scan-rtl-dump-not "ior" "combine" } } */