summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/CodeGen/IA64/2005-10-29-shladd.ll11
1 files changed, 11 insertions, 0 deletions
diff --git a/llvm/test/Regression/CodeGen/IA64/2005-10-29-shladd.ll b/llvm/test/Regression/CodeGen/IA64/2005-10-29-shladd.ll
new file mode 100644
index 00000000000..0f241abca6e
--- /dev/null
+++ b/llvm/test/Regression/CodeGen/IA64/2005-10-29-shladd.ll
@@ -0,0 +1,11 @@
+; this should turn into shladd
+; RUN: llvm-as < %s | llc -march=ia64 | grep 'shladd'
+
+implementation ; Functions:
+
+long %bogglesmoggle(long %X, long %Y) {
+ %A = shl long %X, ubyte 3
+ %B = add long %A, %Y
+ ret long %B
+}
+
OpenPOWER on IntegriCloud