[all-commits] [llvm/llvm-project] 7a49ea: WebAssembly: Stop directly using RuntimeLibcalls.def

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Jun 12 22:36:10 PDT 2025


  Branch: refs/heads/users/arsenm/wasm/do-not-use-runtime-libcalls-def
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a49ea288ef1105ca28548ea1d7dced536cb8de2
      https://github.com/llvm/llvm-project/commit/7a49ea288ef1105ca28548ea1d7dced536cb8de2
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-13 (Fri, 13 Jun 2025)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp

  Log Message:
  -----------
  WebAssembly: Stop directly using RuntimeLibcalls.def

Construct RuntimeLibcallsInfo instead of manually creating a map.
This was repeating the setting of the RETURN_ADDRESS. This removes
an obstacle to generating libcall information with tablegen.

This is also not great, since it's setting a static map which
would be broken if there were ever a triple with a different libcall
configuration.



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