This revision was automatically updated to reflect the committed changes.
Closed by commit rG935c84c3c27d: [WebAssembly] Add experimental SIMD dot
product instruction (authored by tlively).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69697/new/
ht
tlively updated this revision to Diff 227393.
tlively added a comment.
- Add second argument
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69697/new/
https://reviews.llvm.org/D69697
Files:
clang/include/clang/Basic/BuiltinsWebAssembly.def
clan
tlively added a comment.
https://github.com/WebAssembly/simd/pull/127
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69697/new/
https://reviews.llvm.org/D69697
___
cfe-commits mailing list
cfe-commits@l
aheejin added inline comments.
Comment at: clang/include/clang/Basic/BuiltinsWebAssembly.def:135
+TARGET_BUILTIN(__builtin_wasm_dot_s_i32x4_i16x8, "V4iV8s", "nc", "simd128")
+
We talked offline. There should be two arguments :)
Repository:
rG LLVM Github Mo
tlively added a comment.
This is https://github.com/WebAssembly/simd/pull/127
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69697/new/
https://reviews.llvm.org/D69697
___
cfe-commits mailing list
cfe-c
tlively created this revision.
tlively added a reviewer: aheejin.
Herald added subscribers: llvm-commits, cfe-commits, sunfish, hiraditya,
jgravelle-google, sbc100, dschuff.
Herald added projects: clang, LLVM.
This instruction is not merged to the spec proposal, but we need it to
be implemented i