hanchenye-llvm-project/llvm/test/CodeGen/X86/lea-3.ll

8 lines
185 B
LLVM
Raw Normal View History

2007-03-29 02:03:14 +08:00
; RUN: llvm-as < %s | llc -march=x86-64 | grep 'leal (%rdi,%rdi,2), %eax'
define i32 @test(i32 %a) {
%tmp2 = mul i32 %a, 3 ; <i32> [#uses=1]
ret i32 %tmp2
}