repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
sse-align-1.ll
blob
c7a5cd5591207e5498f499d4dd4177cc4f31fc38
1
; RUN: llc < %s -march=x86-64 | grep movap | count 2
2
3
define <4 x float> @foo(<4 x float>* %p) nounwind {
4
%t = load <4 x float>* %p
5
ret <4 x float> %t
6
}
7
define <2 x double> @bar(<2 x double>* %p) nounwind {
8
%t = load <2 x double>* %p
9
ret <2 x double> %t
10
}