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
This commit is contained in:
Chris Lattner 2006-04-17 17:54:18 +00:00
parent 966083fd1a
commit 2f70c8cfa2

View File

@ -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> <int 512, int 512, int 512, int 512>
}
<4 x int> %test_rol() {
ret <4 x int> <int -11534337, int -11534337, int -11534337, int -11534337>
}