repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
v4f32-immediate.ll
blob
b5ebaa74bd0712eec6dfbbf0ae20054d31ec28ef
1
; RUN: llc < %s -march=x86 -mattr=+sse | grep movaps
2
3
define <4 x float> @foo() {
4
ret <4 x float> <float 0x4009C9D0A0000000, float 0x4002666660000000, float 0x3FF3333340000000, float 0x3FB99999A0000000>
5
}