[all-commits] [llvm/llvm-project] c672c3: [WebAssembly] Add wasm_simd128.h intrinsics for re...

Thomas Lively via All-commits all-commits at lists.llvm.org
Thu May 18 08:25:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c672c3fe05adbb590abc99da39143b55ad510538
      https://github.com/llvm/llvm-project/commit/c672c3fe05adbb590abc99da39143b55ad510538
  Author: Thomas Lively <tlively at google.com>
  Date:   2023-05-18 (Thu, 18 May 2023)

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

  Log Message:
  -----------
  [WebAssembly] Add wasm_simd128.h intrinsics for relaxed SIMD

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.

Reviewed By: aheejin, sbc100

Differential Revision: https://reviews.llvm.org/D150833




More information about the All-commits mailing list