[all-commits] [llvm/llvm-project] e25229: [WebAssembly] Add cbrt function signatures

Thomas Lively via All-commits all-commits at lists.llvm.org
Thu Feb 13 13:19:19 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e252293d0629066225228596a9ef9d397513eb99
      https://github.com/llvm/llvm-project/commit/e252293d0629066225228596a9ef9d397513eb99
  Author: Thomas Lively <tlively at google.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

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

  Log Message:
  -----------
  [WebAssembly] Add cbrt function signatures

Summary:
Fixes a crash in the backend where optimizations produce calls to the
cbrt runtime functions. Fixes PR 44227.

Reviewers: aheejin

Subscribers: dschuff, sbc100, jgravelle-google, hiraditya, sunfish, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list