blob: 5a25c5d0e9deaac8ec131b87c575041eee59edaf [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 | grep mul | count 3
Dan Gohmanb5d12c42007-10-08 20:48:12 +00002
3define i64 @foo(i64 %t, i64 %u) {
4 %k = mul i64 %t, %u
5 ret i64 %k
6}