This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Prototype extending pairwise add instructions
ClosedPublic

Authored by tlively on Dec 23 2020, 12:50 PM.

Details

Summary

As proposed in https://github.com/WebAssembly/simd/pull/380. This commit makes
the new instructions available only via clang builtins and LLVM intrinsics to
make their use opt-in while they are still being evaluated for inclusion in the
SIMD proposal.

Depends on D93771.

Diff Detail

Event Timeline

tlively created this revision.Dec 23 2020, 12:50 PM
tlively requested review of this revision.Dec 23 2020, 12:50 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 23 2020, 12:50 PM
aheejin accepted this revision.Dec 23 2020, 2:57 PM
This revision is now accepted and ready to land.Dec 23 2020, 2:57 PM
This revision was landed with ongoing or failed builds.Dec 28 2020, 2:11 PM
This revision was automatically updated to reflect the committed changes.