This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add the signature for the new llround builtin function
ClosedPublic

Authored by sunfish on May 21 2019, 9:35 AM.

Details

Summary

r360889 added new llround builtin functions. This patch adds their signatures for the WebAssembly backend.

It also adds wasm32 support to utils/update_llc_test_checks.py, since that's the script other targets are using for their testcases for this feature.

Diff Detail

Repository
rL LLVM

Event Timeline

sunfish created this revision.May 21 2019, 9:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 21 2019, 9:35 AM
dschuff accepted this revision.May 21 2019, 2:09 PM
This revision is now accepted and ready to land.May 21 2019, 2:09 PM
This revision was automatically updated to reflect the committed changes.