This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add prototype relaxed laneselect instructions
ClosedPublic

Authored by ngzhian on Oct 15 2021, 4:25 PM.

Details

Summary

Add i8x16, i16x8, i32x4, i64x2 laneselect instructions. These are only
exposed as builtins, and require user opt-in.

Diff Detail

Event Timeline

ngzhian created this revision.Oct 15 2021, 4:25 PM
ngzhian requested review of this revision.Oct 15 2021, 4:25 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 15 2021, 4:25 PM
tlively accepted this revision.Oct 15 2021, 5:28 PM

Awesome, thanks! I'll go ahead and land this.

This revision is now accepted and ready to land.Oct 15 2021, 5:28 PM
tlively closed this revision.Oct 15 2021, 5:56 PM

I forgot to include the revision URL in the commit message, but this has been landed as rGda07942834fe