xref: /aosp_15_r20/external/llvm/test/CodeGen/XCore/2008-11-17-Shl64.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -march=xcore > %t1.s
2; PR3080
3define i64 @test(i64 %a) {
4	%result = shl i64 %a, 1
5	ret i64 %result
6}
7