[all-commits] [llvm/llvm-project] 62bfb0: [WebAssembly] Add libcall signatures for roundeven

Thomas Lively via All-commits all-commits at lists.llvm.org
Tue Apr 4 08:32:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62bfb0b14ce979c3b73e73dd70c6d76e51cb6071
      https://github.com/llvm/llvm-project/commit/62bfb0b14ce979c3b73e73dd70c6d76e51cb6071
  Author: Thomas Lively <tlively at google.com>
  Date:   2023-04-04 (Tue, 04 Apr 2023)

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

  Log Message:
  -----------
  [WebAssembly] Add libcall signatures for roundeven

Since clang started emitting roundeven intrinsics in a7d6593a0a17, they would
cause a crash in the WebAssembly backend because it did not know the roundeven
library function signatures. Fix the crash by adding the signatures.

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




More information about the All-commits mailing list