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