In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git] / test / CodeGen / Alpha / mul128.ll
blobb069fea4a5ca996906085e0950e0ce8bad5f7ee0
1 ; RUN: llvm-as < %s | llc -march=alpha
3 define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
4 entry:
5         %r = mul i128 %a, %b
6         ret i128 %r