mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
New testcase
llvm-svn: 27766
This commit is contained in:
parent
9bcfa7f378
commit
ceb52c4403
5
test/Regression/CodeGen/X86/vec_return.ll
Normal file
5
test/Regression/CodeGen/X86/vec_return.ll
Normal file
@ -0,0 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah
|
||||
|
||||
<2 x double> %test() {
|
||||
ret <2 x double> <double 0.0, double 0.0>
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user