repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix PR4034. Bug in LiveInterval::join when it's compacting new valno's.
[llvm/msp430.git]
/
test
/
CodeGen
/
X86
/
2008-10-16-VecUnaryOp.ll
blob
e1dc7b6bb27c1188796720322172c8c3215fe7c6
1
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
2
; PR2762
3
define void @foo(<4 x i32>* %p, <4 x double>* %q) {
4
%n = load <4 x i32>* %p
5
%z = sitofp <4 x i32> %n to <4 x double>
6
store <4 x double> %z, <4 x double>* %q
7
ret void
8
}