mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
New testcases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27753 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c408382eca
commit
2c4e9c8a3d
@ -25,3 +25,15 @@ void %test1(<4 x int>* %P1, <4 x int>* %P2, <4 x float>* %P3) {
|
||||
<4 x int> %test_29() {
|
||||
ret <4 x int> <int 29, int 29, int 29, int 29>
|
||||
}
|
||||
|
||||
<8 x short> %test_n30() {
|
||||
ret <8 x short> <short -30, short -30, short -30, short -30,
|
||||
short -30, short -30, short -30, short -30>
|
||||
}
|
||||
|
||||
<16 x sbyte> %test_n104() {
|
||||
ret <16 x sbyte> <sbyte -104, sbyte -104, sbyte -104, sbyte -104,
|
||||
sbyte -104, sbyte -104, sbyte -104, sbyte -104,
|
||||
sbyte -104, sbyte -104, sbyte -104, sbyte -104,
|
||||
sbyte -104, sbyte -104, sbyte -104, sbyte -104>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user