This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add wasm_simd128.h intrinsics for relaxed SIMD
ClosedPublic

Authored by tlively on May 17 2023, 5:29 PM.

Details

Summary

Add user-friendly intrinsic functions for all relaxed SIMD instructions
alongside the existing SIMD128 intrinsic functions in wasm_simd128.h. Test that
the new instrinsics lower to the expected instructions in the existing
cross-project-tests test file.

Diff Detail

Event Timeline

tlively created this revision.May 17 2023, 5:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 5:29 PM
Herald added subscribers: pmatos, asb, wingo and 4 others. · View Herald Transcript
tlively requested review of this revision.May 17 2023, 5:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 5:29 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
sbc100 accepted this revision.May 17 2023, 5:51 PM
This revision is now accepted and ready to land.May 17 2023, 5:51 PM
aheejin accepted this revision.May 17 2023, 5:59 PM