[all-commits] [llvm/llvm-project] f49695: [WebAssembly] Fix types in wasm_simd128.h and add ...

Thomas Lively via All-commits all-commits at lists.llvm.org
Wed Aug 5 14:00:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f496950001c47724867912d863858db0a81b4309
      https://github.com/llvm/llvm-project/commit/f496950001c47724867912d863858db0a81b4309
  Author: Thomas Lively <tlively at google.com>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M clang/lib/Headers/wasm_simd128.h
    A clang/test/Headers/wasm.c
    A clang/test/Headers/wasm.cpp

  Log Message:
  -----------
  [WebAssembly] Fix types in wasm_simd128.h and add tests

47f7174ffa changed the types used in the Wasm SIMD builtin functions,
but not all of their uses in wasm_simd128.h were updated. This commit
fixes wasm_simd128.h and adds tests to make sure similar problems do
not pass uncaught in the future.

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




More information about the All-commits mailing list