[llvm] WebAssembly: Move runtime libcall setting out of TargetLowering (PR #142624)
Thomas Lively via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 3 08:16:37 PDT 2025
================
@@ -277,5 +277,10 @@ void RuntimeLibcallsInfo::initLibcalls(const Triple &TT) {
setLibcallName(RTLIB::MULO_I64, nullptr);
}
setLibcallName(RTLIB::MULO_I128, nullptr);
+ } else {
----------------
tlively wrote:
This particular change LGTM, but @nikic, can you explain where the `!TT.isWasm` above came from? It looks like you added it in dad9e4a.
https://github.com/llvm/llvm-project/pull/142624
More information about the llvm-commits
mailing list