This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add experimental SIMD dot product instruction
ClosedPublic

Authored by tlively on Oct 31 2019, 6:31 PM.

Details

Summary

This instruction is not merged to the spec proposal, but we need it to
be implemented in the toolchain to experiment with it. It is available
only on an opt-in basis through a clang builtin.

Defined in https://github.com/WebAssembly/simd/pull/127.

Depends on D69696.

Diff Detail

Event Timeline

tlively created this revision.Oct 31 2019, 6:31 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 31 2019, 6:31 PM
aheejin added inline comments.Oct 31 2019, 7:55 PM
clang/include/clang/Basic/BuiltinsWebAssembly.def
135

We talked offline. There should be two arguments :)

tlively edited the summary of this revision. (Show Details)Oct 31 2019, 8:09 PM
tlively updated this revision to Diff 227393.Oct 31 2019, 8:36 PM
  • Add second argument
aheejin accepted this revision.Oct 31 2019, 8:45 PM
This revision is now accepted and ready to land.Oct 31 2019, 8:45 PM
This revision was automatically updated to reflect the committed changes.