[all-commits] [llvm/llvm-project] 4aadd1: RuntimeLibcalls: Remove __muloti4 from default lib...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Jul 14 08:53:24 PDT 2025


  Branch: refs/heads/users/arsenm/runtime-libcalls/remove-muloti4-default-calls
  Home:   https://github.com/llvm/llvm-project
  Commit: 4aadd13cafd947e27a9143e4517ac2c180f7be6a
      https://github.com/llvm/llvm-project/commit/4aadd13cafd947e27a9143e4517ac2c180f7be6a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-07-14 (Mon, 14 Jul 2025)

  Changed paths:
    M llvm/include/llvm/IR/RuntimeLibcalls.td
    M llvm/lib/IR/RuntimeLibcalls.cpp

  Log Message:
  -----------
  RuntimeLibcalls: Remove __muloti4 from default libcall set

The current logic says it's only available on wasm, so only
explicitly add it there. Also fix a misnomer in the compiler-rt
call list.


  Commit: 953c4762fb6f0ecfd5d84b8196420ebc5b5ebb14
      https://github.com/llvm/llvm-project/commit/953c4762fb6f0ecfd5d84b8196420ebc5b5ebb14
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-07-14 (Mon, 14 Jul 2025)

  Changed paths:
    M llvm/include/llvm/IR/RuntimeLibcalls.td

  Log Message:
  -----------
  Fix __mulodi4 in int128 calls


Compare: https://github.com/llvm/llvm-project/compare/19c269fcd422...953c4762fb6f

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list