From 8cdba16d5e030e4c00c26658a3be95ecb0bbfbed Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 17 Apr 2006 17:54:18 +0000 Subject: [PATCH] Some more cases that can be generated with two instructions llvm-svn: 27759 --- llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll b/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll index aea5294bd1c7..59b7f7f6c669 100644 --- a/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll +++ b/llvm/test/Regression/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> +} +