mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 15:48:38 +00:00
new testcase
llvm-svn: 27751
This commit is contained in:
parent
72a67a5b1f
commit
fb4fb42e54
@ -18,6 +18,10 @@ void %test1(<4 x int>* %P1, <4 x int>* %P2, <4 x float>* %P3) {
|
||||
ret void
|
||||
}
|
||||
|
||||
<4 x int> %test2() {
|
||||
<4 x int> %test_30() {
|
||||
ret <4 x int> <int 30, int 30, int 30, int 30>
|
||||
}
|
||||
|
||||
<4 x int> %test_29() {
|
||||
ret <4 x int> <int 29, int 29, int 29, int 29>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user