This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Implement prototype SIMD rounding instructions
ClosedPublic

Authored by tlively on Jun 4 2020, 9:27 PM.

Details

Summary

As specified in https://github.com/WebAssembly/simd/pull/232. These
instructions are implemented as LLVM intrinsics for now rather than
normal ISel patterns to make these instructions opt-in. Once the
instructions are merged to the spec proposal, the intrinsics will be
replaced with proper ISel patterns.

Diff Detail

Event Timeline

tlively created this revision.Jun 4 2020, 9:27 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 4 2020, 9:27 PM
aheejin accepted this revision.Jun 7 2020, 1:55 AM
This revision is now accepted and ready to land.Jun 7 2020, 1:55 AM
This revision was automatically updated to reflect the committed changes.