blob: c21add79d99ba6aa9c3a0e61f2e44ef380ae4611 [file] [log] [blame] [edit]
; RUN: llc < %s -mtriple=xcore > %t1.s
; PR3080
define i64 @test(i64 %a) {
%result = shl i64 %a, 1
ret i64 %result
}