brintos

brintos / llvm-project-archived public Read only

0
0
Text · 119 B · c21add7 Raw
7 lines · plain
1; RUN: llc < %s -mtriple=xcore > %t1.s2; PR30803define i64 @test(i64 %a) {4	%result = shl i64 %a, 15	ret i64 %result6}7