[llvm] RuntimeLibcalls: Remove __muloti4 from default libcall set (PR #148562)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 14 00:18:28 PDT 2025
================
@@ -1036,7 +1041,7 @@ defvar Int128RTLibcalls = [
];
// Only available in compiler-rt
-defvar CompilerRTOnlyInt128Libcalls = [
+defvar CompilerRTOnlyInt64Libcalls = [
----------------
nikic wrote:
Why the rename? This libcall works on 128 bit integers.
https://github.com/llvm/llvm-project/pull/148562
More information about the llvm-commits
mailing list