This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add cbrt function signatures
ClosedPublic

Authored by tlively on Feb 7 2020, 3:03 PM.

Details

Summary

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

Diff Detail

Event Timeline

tlively created this revision.Feb 7 2020, 3:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2020, 3:03 PM
aheejin accepted this revision.Feb 7 2020, 8:01 PM
This revision is now accepted and ready to land.Feb 7 2020, 8:01 PM
This revision was automatically updated to reflect the committed changes.