You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
199 B

; RUN: llc < %s -march=ppc32
@g = external global ppc_fp128
@h = external global ppc_fp128
define void @f() {
%tmp = load ppc_fp128, ppc_fp128* @g
store ppc_fp128 %tmp, ppc_fp128* @h
ret void
}