| Dan Gohman | 4050339 | 2009-09-08 23:54:48 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=x86-64 | grep mul | count 3 |
| Dan Gohman | a24b431 | 2007-10-08 20:48:12 +0000 | [diff] [blame] | 2 | |
| 3 | define i128 @foo(i128 %t, i128 %u) { | ||||
| 4 | %k = mul i128 %t, %u | ||||
| 5 | ret i128 %k | ||||
| 6 | } | ||||