[PATCH] D150833: [WebAssembly] Add wasm_simd128.h intrinsics for relaxed SIMD

Thomas Lively via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 17 17:29:42 PDT 2023


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

Add user-friendly intrinsic functions for all relaxed SIMD instructions
alongside the existing SIMD128 intrinsic functions in wasm_simd128.h. Test that
the new instrinsics lower to the expected instructions in the existing
cross-project-tests test file.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150833

Files:
  clang/include/clang/Basic/BuiltinsWebAssembly.def
  clang/lib/Headers/wasm_simd128.h
  cross-project-tests/intrinsic-header-tests/wasm_simd128.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150833.523229.patch
Type: text/x-patch
Size: 10910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230518/ad9ef3ac/attachment.bin>


More information about the cfe-commits mailing list