[all-commits] [llvm/llvm-project] 47f0f8: [WebAssembly] Add exp10 libcall signatures (#69661)

Ashley Nelson via All-commits all-commits at lists.llvm.org
Fri Oct 20 12:16:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 47f0f8ca47408ad6b0960a44b6c1532ed38443f1
      https://github.com/llvm/llvm-project/commit/47f0f8ca47408ad6b0960a44b6c1532ed38443f1
  Author: Ashley Nelson <nashley at google.com>
  Date:   2023-10-20 (Fri, 20 Oct 2023)

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

  Log Message:
  -----------
  [WebAssembly] Add exp10 libcall signatures (#69661)

The llvm.exp.* family of intrinsics and their corresponding libcalls
were recently added, which means we need to know their signatures.




More information about the All-commits mailing list