A few final (for now) tests
llvm-svn: 26267
diff --git a/llvm/test/Regression/CodeGen/PowerPC/and_sra.ll b/llvm/test/Regression/CodeGen/PowerPC/and_sra.ll
index 1f5abf3..6b315e1 100644
--- a/llvm/test/Regression/CodeGen/PowerPC/and_sra.ll
+++ b/llvm/test/Regression/CodeGen/PowerPC/and_sra.ll
@@ -16,3 +16,11 @@
%tmp.83 = and int %tmp.80, %tmp.82 ; <int> [#uses=1]
ret int %tmp.83
}
+
+uint %test3(int %specbits.6.1) {
+ %tmp.2540 = shr int %specbits.6.1, ubyte 11 ; <int> [#uses=1]
+ %tmp.2541 = cast int %tmp.2540 to uint ; <uint> [#uses=1]
+ %tmp.2542 = shl uint %tmp.2541, ubyte 13 ; <uint> [#uses=1]
+ %tmp.2543 = and uint %tmp.2542, 8192 ; <uint> [#uses=1]
+ ret uint %tmp.2543
+}