[PATCH] D101885: [WebAssembly] Add SIMD const_splat intrinsics

Thomas Lively via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 4 23:49:05 PDT 2021


tlively created this revision.
tlively added a reviewer: aheejin.
Herald added subscribers: wingo, ecnelises, sunfish, jgravelle-google, sbc100, dschuff.
tlively requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

These intrinsics do not correspond to their own underlying instruction, but are
a convenience for the common case of materializing a constant vector that has
the same value in each lane.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101885

Files:
  clang/lib/Headers/wasm_simd128.h
  clang/test/Headers/wasm.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101885.342955.patch
Type: text/x-patch
Size: 5489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210505/14dd3f32/attachment.bin>


More information about the cfe-commits mailing list