[PATCH] D85347: [WebAssembly] Fix types in wasm_simd128.h and add tests

Thomas Lively via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 5 12:34:49 PDT 2020


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

47f7174ffa <https://reviews.llvm.org/rG47f7174ffa71d339c1a65d1dd9a2ac5ff2abc95d> 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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85347

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85347.283346.patch
Type: text/x-patch
Size: 6940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200805/c5ad8f24/attachment-0001.bin>


More information about the cfe-commits mailing list