summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/lower-subreg-1.c
blob: d376c745414f94aedd956b8e35159bcdc4441bef (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-O -fdump-rtl-subreg" } */
/* { dg-require-effective-target ilp32 } */

long long test (long long a, long long b) { return a | b; }

/* { dg-final { scan-rtl-dump "Splitting reg" "subreg" } } */
/* { dg-final { cleanup-tree-dump "subreg" } } */