mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 00:36:36 +00:00
Testcase for PR2762.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57633 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a354825650
commit
078ae1e6ee
8
test/CodeGen/X86/2008-10-16-VecUnaryOp.ll
Normal file
8
test/CodeGen/X86/2008-10-16-VecUnaryOp.ll
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: llvm-as < %s | llc -enable-legalize-types
|
||||
; PR2762
|
||||
define void @foo(<4 x i32>* %p, <4 x double>* %q) {
|
||||
%n = load <4 x i32>* %p
|
||||
%z = sitofp <4 x i32> %n to <4 x double>
|
||||
store <4 x double> %z, <4 x double>* %q
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user