aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2006-03-02-InstrSchedBug.ll
blob: e9b9946a08355f83597baadbf3d1e45b0aeadb4c (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-as < %s | llc -march=x86 -stats 2>&1 | grep 'asm-printer' | grep 7

int %g(int %a, int %b) {
	%tmp.1 = shl int %b, ubyte 1
	%tmp.3 = add int %tmp.1, %a
	%tmp.5 = mul int %tmp.3, %a
	%tmp.8 = mul int %b, %b
	%tmp.9 = add int %tmp.5, %tmp.8
	ret int %tmp.9
}