This should always be signed chars, so use int8_t. This fixes a miscompile when
[llvm/stm8.git] / test / CodeGen / X86 / mul64.ll
blob5a25c5d0e9deaac8ec131b87c575041eee59edaf
1 ; RUN: llc < %s -march=x86 | grep mul | count 3
3 define i64 @foo(i64 %t, i64 %u) {
4   %k = mul i64 %t, %u
5   ret i64 %k