repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
This should always be signed chars, so use int8_t. This fixes a miscompile when
[llvm/stm8.git]
/
test
/
CodeGen
/
X86
/
2009-06-18-movlp-shuffle-register.ll
blob
228cd48119e3ddb0ea1f7ecb4fc6844dfbeb57b7
1
; RUN: llc < %s -march=x86 -mattr=+sse,-sse2
2
; PR2484
3
4
define <4 x float> @f4523(<4 x float> %a,<4 x float> %b) nounwind {
5
entry:
6
%shuffle = shufflevector <4 x float> %a, <4 x float> %b, <4 x i32> <i32 4,i32
7
5,i32 2,i32 3>
8
ret <4 x float> %shuffle
9
}