Some more cases that can be generated with two instructions

llvm-svn: 27759
This commit is contained in:
Chris Lattner 2006-04-17 17:54:18 +00:00
parent 26fb8d9393
commit 8cdba16d5e
1 changed files with 9 additions and 0 deletions

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>
}