1 ; All of these routines should be perform optimal load of constants.
2 ; RUN: llc < %s -march=ppc32 | \
3 ; RUN: grep lis | count 5
4 ; RUN: llc < %s -march=ppc32 | \
5 ; RUN: grep ori | count 3
6 ; RUN: llc < %s -march=ppc32 | \
7 ; RUN: grep {li } | count 4