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