This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add libcall signatures for roundeven
ClosedPublic

Authored by tlively on Apr 3 2023, 2:56 PM.

Details

Summary

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.

Diff Detail

Event Timeline

tlively created this revision.Apr 3 2023, 2:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2023, 2:56 PM
Herald added subscribers: pmatos, asb, wingo and 6 others. · View Herald Transcript
tlively requested review of this revision.Apr 3 2023, 2:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2023, 2:56 PM
mr-c added a subscriber: mr-c.Apr 3 2023, 4:34 PM
aheejin accepted this revision.Apr 4 2023, 5:09 AM
This revision is now accepted and ready to land.Apr 4 2023, 5:09 AM
This revision was landed with ongoing or failed builds.Apr 4 2023, 8:32 AM
This revision was automatically updated to reflect the committed changes.