[llvm] WebAssembly: Move runtime libcall setting out of TargetLowering (PR #142624)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 10 18:47:04 PDT 2025
================
@@ -277,5 +277,10 @@ void RuntimeLibcallsInfo::initLibcalls(const Triple &TT) {
setLibcallName(RTLIB::MULO_I64, nullptr);
}
setLibcallName(RTLIB::MULO_I128, nullptr);
+ } else {
----------------
arsenm wrote:
Not looking to change behavior here, this should be done separately
https://github.com/llvm/llvm-project/pull/142624
More information about the llvm-commits
mailing list