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