[all-commits] [llvm/llvm-project] 5f6f8a: [WebAssembly] Add ldexp{, f, l} libcall signatures

Derek Schuff via All-commits all-commits at lists.llvm.org
Wed Jun 7 11:11:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f6f8a8e255dfc5f2a1ab74b7112a8ce31ab6cf7
      https://github.com/llvm/llvm-project/commit/5f6f8a8e255dfc5f2a1ab74b7112a8ce31ab6cf7
  Author: Derek Schuff <dschuff at chromium.org>
  Date:   2023-06-07 (Wed, 07 Jun 2023)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
    M llvm/test/CodeGen/WebAssembly/libcalls.ll

  Log Message:
  -----------
  [WebAssembly] Add ldexp{,f,l} libcall signatures

llvm.ldexp.* intrinsics were recently added to LLVM, which means
wasm now needs to know the signatures of the corresponding libcalls.

Differential Revision: https://reviews.llvm.org/D152385

Fixes: #63164




More information about the All-commits mailing list