From 2f70c8cfa2accd0eef99b751964b002810837f0c 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27759 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/vec_constants.ll | 9 +++++++++ 1 file changed, 9 insertions(+) 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> +} +