brintos

brintos / llvm-project-archived public Read only

0
0
Text · 330 B · cd04ee3 Raw
10 lines · plain
1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -mcpu=g5 | grep vxor2 3define void @foo(ptr %P) {4        %T = load <4 x float>, ptr %P               ; <<4 x float>> [#uses=1]5        %S = fadd <4 x float> zeroinitializer, %T                ; <<4 x float>> [#uses=1]6        store <4 x float> %S, ptr %P7        ret void8}9 10