11 lines · plain
1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--2 3@g = external global ppc_fp1284@h = external global ppc_fp1285 6define void @f() {7 %tmp = load ppc_fp128, ptr @g8 store ppc_fp128 %tmp, ptr @h9 ret void10}11 1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--2 3@g = external global ppc_fp1284@h = external global ppc_fp1285 6define void @f() {7 %tmp = load ppc_fp128, ptr @g8 store ppc_fp128 %tmp, ptr @h9 ret void10}11