1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep rlwimi
2 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep {or }
4 ; Make sure there is no register-register copies here.
6 void %test1(int *%A, int *%B, int *%D, int* %E) {
17 void %test2(int *%A, int *%B, int *%D, int* %E) {