brintos

brintos / llvm-project-archived public Read only

0
0
Text · 271 B · c789edc Raw
13 lines · plain
1; RUN: llc < %s -mtriple=sparcv9 | FileCheck %s2  3; CHECK-LABEL: test4; CHECK: mov %i3, %o15; CHECK-NEXT: mov %i2, %o06; CHECK-NEXT: call __ashlti37; CHECK-NEXT: srl %i1, 0, %o28define i128 @test(i128 %a, i128 %b) {9entry:10    %tmp = shl i128 %b, %a11    ret i128 %tmp12}13