brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · 355be74 Raw
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