projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[X86][SSE] Use lowerVectorShuffleWithUNPCK instead of custom matches.
[oota-llvm.git]
/
test
/
CodeGen
/
X86
/
shift-i128.ll
1
; RUN: llc < %s -march=x86
2
; RUN: llc < %s -march=x86-64
3
4
define void @t(i128 %x, i128 %a, i128* nocapture %r) nounwind {
5
entry:
6
%0 = lshr i128 %x, %a
7
store i128 %0, i128* %r, align 16
8
ret void
9
}