1 ; RUN: llc < %s -march=x86-64 | grep {leal (%rdi,%rdi,2), %eax}
2 define i32 @test(i32 %a) {
3 %tmp2 = mul i32 %a, 3 ; <i32> [#uses=1]
7 ; RUN: llc < %s -march=x86-64 | grep {leaq (,%rdi,4), %rax}
8 define i64 @test2(i64 %a) {
10 %tmp3 = or i64 %tmp2, %a
14 ;; TODO! LEA instead of shift + copy.
15 define i64 @test3(i64 %a) {