1; RUN: llc < %s -march=x86 | grep mul | count 3
2
3define i64 @foo(i64 %t, i64 %u) {
4  %k = mul i64 %t, %u
5  ret i64 %k
6}
7