summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/PowerPC/mul-neg-power-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CodeGen/PowerPC/mul-neg-power-2.ll')
-rw-r--r--llvm/test/Regression/CodeGen/PowerPC/mul-neg-power-2.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/mul-neg-power-2.ll b/llvm/test/Regression/CodeGen/PowerPC/mul-neg-power-2.ll
deleted file mode 100644
index cb1f46c672d..00000000000
--- a/llvm/test/Regression/CodeGen/PowerPC/mul-neg-power-2.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep mul
-
-int %test1(int %a) {
- %tmp.1 = mul int %a, -2 ; <int> [#uses=1]
- %tmp.2 = add int %tmp.1, 63 ; <int> [#uses=1]
- ret int %tmp.2
-}
-
OpenPOWER on IntegriCloud