aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/2010-08-01-mulreduce64.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Alpha/2010-08-01-mulreduce64.ll')
-rw-r--r--test/CodeGen/Alpha/2010-08-01-mulreduce64.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/Alpha/2010-08-01-mulreduce64.ll b/test/CodeGen/Alpha/2010-08-01-mulreduce64.ll
deleted file mode 100644
index 303d1a4..0000000
--- a/test/CodeGen/Alpha/2010-08-01-mulreduce64.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc < %s -march=alpha | FileCheck %s
-
-define fastcc i64 @getcount(i64 %s) {
- %tmp431 = mul i64 %s, 12884901888
- ret i64 %tmp431
-}
-
-; CHECK: sll $16,32,$0
-; CHECK-NEXT: sll $16,33,$1
-; CHECK-NEXT: addq $1,$0,$0
-