diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/PowerPC/rlwimi2.ll')
-rw-r--r-- | llvm/test/Regression/CodeGen/PowerPC/rlwimi2.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/rlwimi2.ll b/llvm/test/Regression/CodeGen/PowerPC/rlwimi2.ll index 9bc53319a28..0ec630dd990 100644 --- a/llvm/test/Regression/CodeGen/PowerPC/rlwimi2.ll +++ b/llvm/test/Regression/CodeGen/PowerPC/rlwimi2.ll @@ -1,7 +1,7 @@ ; All of these ands and shifts should be folded into rlwimi's -; RUN: llvm-as < rlwimi2.ll | llc -march=ppc32 | grep rlwimi | wc -l | grep 3 && -; RUN: llvm-as < rlwimi2.ll | llc -march=ppc32 | grep srwi | wc -l | grep 1 && -; RUN: llvm-as < rlwimi2.ll | llc -march=ppc32 | not grep slwi +; RUN: llvm-as < %s | llc -march=ppc32 | grep rlwimi | wc -l | grep 3 && +; RUN: llvm-as < %s | llc -march=ppc32 | grep srwi | wc -l | grep 1 && +; RUN: llvm-as < %s | llc -march=ppc32 | not grep slwi implementation ; Functions: |