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