summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2006-09-28-shift_64.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-28 20:48:17 +0000
committerChris Lattner <sabre@nondot.org>2006-09-28 20:48:17 +0000
commitf120bec233e876bb97d02a8baa6d789cc083a0b5 (patch)
tree9c0bb8c114cdb78b7710349f250d24f42f5bbb0d /test/CodeGen/PowerPC/2006-09-28-shift_64.ll
parent5b7e753d9523f7cfd469f1b08a9a26976024fe37 (diff)
downloadllvm-f120bec233e876bb97d02a8baa6d789cc083a0b5.tar.gz
llvm-f120bec233e876bb97d02a8baa6d789cc083a0b5.tar.bz2
llvm-f120bec233e876bb97d02a8baa6d789cc083a0b5.tar.xz
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30651 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/2006-09-28-shift_64.ll')
-rw-r--r--test/CodeGen/PowerPC/2006-09-28-shift_64.ll27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/2006-09-28-shift_64.ll b/test/CodeGen/PowerPC/2006-09-28-shift_64.ll
new file mode 100644
index 0000000000..d5da348bcf
--- /dev/null
+++ b/test/CodeGen/PowerPC/2006-09-28-shift_64.ll
@@ -0,0 +1,27 @@
+; RUN: llvm-as < %s | llc -march=ppc64
+target endian = big
+target pointersize = 64
+target triple = "powerpc64-apple-darwin8"
+
+implementation ; Functions:
+
+void %glArrayElement_CompExec() {
+entry:
+ %tmp3 = and ulong 0, 18446744073701163007 ; <ulong> [#uses=1]
+ br label %cond_true24
+
+cond_false: ; preds = %cond_true24
+ ret void
+
+cond_true24: ; preds = %cond_true24, %entry
+ %indvar.ph = phi uint [ 0, %entry ], [ %indvar.next, %cond_true24 ] ; <uint> [#uses=1]
+ %indvar = add uint 0, %indvar.ph ; <uint> [#uses=2]
+ %code.0 = cast uint %indvar to ubyte ; <ubyte> [#uses=1]
+ %tmp5 = add ubyte %code.0, 16 ; <ubyte> [#uses=1]
+ %tmp7 = shr ulong %tmp3, ubyte %tmp5 ; <ulong> [#uses=1]
+ %tmp7 = cast ulong %tmp7 to int ; <int> [#uses=1]
+ %tmp8 = and int %tmp7, 1 ; <int> [#uses=1]
+ %tmp8 = seteq int %tmp8, 0 ; <bool> [#uses=1]
+ %indvar.next = add uint %indvar, 1 ; <uint> [#uses=1]
+ br bool %tmp8, label %cond_false, label %cond_true24
+}