This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add ldexp{,f,l} libcall signatures
ClosedPublic

Authored by dschuff on Jun 7 2023, 10:26 AM.

Details

Summary

llvm.ldexp.* intrinsics were recently added to LLVM, which means
wasm now needs to know the signatures of the corresponding libcalls.

Diff Detail

Event Timeline

dschuff created this revision.Jun 7 2023, 10:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 10:26 AM
Herald added subscribers: pmatos, asb, wingo and 4 others. · View Herald Transcript
dschuff requested review of this revision.Jun 7 2023, 10:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 10:26 AM
tlively accepted this revision.Jun 7 2023, 10:28 AM
This revision is now accepted and ready to land.Jun 7 2023, 10:28 AM
This revision was landed with ongoing or failed builds.Jun 7 2023, 10:47 AM
This revision was automatically updated to reflect the committed changes.