brintos

brintos / llvm-project-archived public Read only

0
0
Text · 387 B · 13bccc0 Raw
11 lines · plain
1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -mcpu=g5 | grep vadduhm2; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -mcpu=g5 | grep vsubuhm3 4define <4 x i32> @test() nounwind {5	ret <4 x i32> < i32 4293066722, i32 4293066722, i32 4293066722, i32 4293066722>6}7 8define <4 x i32> @test2() nounwind {9	ret <4 x i32> < i32 1114129, i32 1114129, i32 1114129, i32 1114129>10}11