Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / CodeGen / X86 / mul128.ll
blobc0ce6b309315f3bb451e347222bb352667fada7d
1 ; RUN: llvm-as < %s | llc -march=x86-64 | grep mul | count 3
3 define i128 @foo(i128 %t, i128 %u) {
4   %k = mul i128 %t, %u
5   ret i128 %k