This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add SIMD const_splat intrinsics
ClosedPublic

Authored by tlively on May 4 2021, 11:49 PM.

Details

Summary

These intrinsics do not correspond to their own underlying instruction, but are
a convenience for the common case of materializing a constant vector that has
the same value in each lane.

Diff Detail

Event Timeline

tlively created this revision.May 4 2021, 11:49 PM
tlively requested review of this revision.May 4 2021, 11:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2021, 11:49 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aheejin accepted this revision.May 5 2021, 1:31 AM
This revision is now accepted and ready to land.May 5 2021, 1:31 AM
This revision was landed with ongoing or failed builds.May 5 2021, 1:47 PM
This revision was automatically updated to reflect the committed changes.