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
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
PowerPC
/
2008-06-21-F128LoadStore.ll
blob
92b5ca26b2e631905058aec6e8fd868fd6c9e454
1
; RUN: llvm-as < %s | llc -march=ppc32
2
3
@g = external global ppc_fp128
4
@h = external global ppc_fp128
5
6
define void @f() {
7
%tmp = load ppc_fp128* @g
8
store ppc_fp128 %tmp, ppc_fp128* @h
9
ret void
10
}