This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Codegen for v128.storeX_lane instructions
ClosedPublic

Authored by tlively on Jul 14 2021, 2:14 PM.

Details

Summary

Replace the experimental clang builtins and LLVM intrinsics for these
instructions with normal codegen patterns. Resolves PR50435.

Diff Detail

Event Timeline

tlively created this revision.Jul 14 2021, 2:14 PM
tlively requested review of this revision.Jul 14 2021, 2:14 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 14 2021, 2:14 PM
aheejin accepted this revision.Jul 14 2021, 3:37 PM
This revision is now accepted and ready to land.Jul 14 2021, 3:37 PM
This revision was landed with ongoing or failed builds.Jul 14 2021, 4:15 PM
This revision was automatically updated to reflect the committed changes.