From: Chris Lattner Date: Mon, 17 Apr 2006 17:54:18 +0000 (+0000) Subject: Some more cases that can be generated with two instructions X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2f70c8cfa2accd0eef99b751964b002810837f0c;p=oota-llvm.git Some more cases that can be generated with two instructions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27759 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/PowerPC/vec_constants.ll b/test/CodeGen/PowerPC/vec_constants.ll index aea5294bd1c..59b7f7f6c66 100644 --- a/test/CodeGen/PowerPC/vec_constants.ll +++ b/test/CodeGen/PowerPC/vec_constants.ll @@ -37,3 +37,12 @@ void %test1(<4 x int>* %P1, <4 x int>* %P2, <4 x float>* %P3) { sbyte -104, sbyte -104, sbyte -104, sbyte -104, sbyte -104, sbyte -104, sbyte -104, sbyte -104> } + +<4 x int> %test_vsldoi() { + ret <4 x int> +} + +<4 x int> %test_rol() { + ret <4 x int> +} +