brintos

brintos / llvm-project-archived public Read only

0
0
Text · 243 B · c7de289 Raw
9 lines · plain
1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -mcpu=g5 | grep sth2 3define <8 x i16> @insert(<8 x i16> %foo, i16 %a) nounwind  {4entry:5	%vecext = insertelement <8 x i16> %foo, i16 %a, i32 7		; <i8> [#uses=1]6	ret <8 x i16> %vecext7}8 9