1; RUN: llc < %s -mtriple=xcore > %t1.s2; PR30803define i64 @test(i64 %a) {4 %result = shl i64 %a, 15 ret i64 %result6}7