From 9b9a3cfe548963b1612c17111da8991e3b5bae7c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 8 May 2006 20:58:58 +0000 Subject: [PATCH] new testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28173 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/and_sext.ll | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/CodeGen/PowerPC/and_sext.ll b/test/CodeGen/PowerPC/and_sext.ll index af68d81f2c3..78debf3e86a 100644 --- a/test/CodeGen/PowerPC/and_sext.ll +++ b/test/CodeGen/PowerPC/and_sext.ll @@ -21,3 +21,9 @@ short %test2(short %X, short %x) { ret short %retval } +short %test3(uint %X) { + %tmp1 = shr uint %X, ubyte 16 + %tmp1 = cast uint %tmp1 to short + ret short %tmp1 +} + -- 2.34.1