summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/PowerPC/rlwinm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CodeGen/PowerPC/rlwinm.ll')
-rw-r--r--llvm/test/Regression/CodeGen/PowerPC/rlwinm.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/rlwinm.ll b/llvm/test/Regression/CodeGen/PowerPC/rlwinm.ll
index b64db00f808..b16b9051dd3 100644
--- a/llvm/test/Regression/CodeGen/PowerPC/rlwinm.ll
+++ b/llvm/test/Regression/CodeGen/PowerPC/rlwinm.ll
@@ -1,9 +1,9 @@
; 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
+; RUN: llvm-as < %s | llc -march=ppc32 | not grep and &&
+; RUN: llvm-as < %s | llc -march=ppc32 | not grep srawi &&
+; RUN: llvm-as < %s | llc -march=ppc32 | not grep srwi &&
+; RUN: llvm-as < %s | llc -march=ppc32 | not grep slwi &&
+; RUN: llvm-as < %s | llc -march=ppc32 | grep rlwinm | wc -l | grep 8
implementation ; Functions:
OpenPOWER on IntegriCloud