brintos

brintos / llvm-project-archived public Read only

0
0
Text · 101 B · 3326236 Raw
7 lines · plain
1; RUN: llc < %s -mtriple=xcore2 3define i32 @test(i32 %X) {4	%tmp.1 = add i32 %X, 15	ret i32 %tmp.16}7