================
@@ -3067,6 +3067,22 @@ void llvm::StoreIntToMemory(const APInt &IntVal, uint8_t *Dst,
}
}
+APInt APIntOps::mulhu(const APInt &C1, const APInt &C2) {
----------------
Sh0g0-1758 wrote:
done.
https://github.com/llvm/llvm-project/pull/84609