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