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