repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git]
/
test
/
CodeGen
/
X86
/
sse-align-8.ll
blob
60aa22b7e196c3eb742d69e5dd1d63572c5010b2
1
; RUN: llc < %s -mtriple=x86_64-- | grep movups | count 1
2
3
define void @bar(<2 x i64>* %p, <2 x i64> %x) nounwind {
4
store <2 x i64> %x, <2 x i64>* %p, align 8
5
ret void
6
}