[PATCH] D108926: [MipsISelLowering] avoid emitting libcalls to __multi3
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 30 11:22:00 PDT 2021
craig.topper added a comment.
In D108926#2972755 <https://reviews.llvm.org/D108926#2972755>, @rengolin wrote:
> Why is `multi3` a problem for MIPS but not Arm or x64_32?
Both ARM and 32-bit x86 have this line already
setLibcallName(RTLIB::MUL_I128, nullptr);
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108926/new/
https://reviews.llvm.org/D108926
More information about the llvm-commits
mailing list