Dan Gohman | 41d0b9d | 2009-07-22 23:26:55 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | llc -march=x86-64 | grep {leal.*-2(\[%\]rdi,\[%\]rdi)} |
2 | |||||
3 | define i32 @foo(i32 %x) nounwind readnone { | ||||
4 | %t0 = shl i32 %x, 1 | ||||
5 | %t1 = add i32 %t0, -2 | ||||
6 | ret i32 %t1 | ||||
7 | } | ||||
8 |