xref: /aosp_15_r20/external/llvm/test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -march=ppc32
2
3@g = external global ppc_fp128
4@h = external global ppc_fp128
5
6define void @f() {
7	%tmp = load ppc_fp128, ppc_fp128* @g
8	store ppc_fp128 %tmp, ppc_fp128* @h
9	ret void
10}
11