[PATCH] D57736: [WebAssembly] Bulk memory intrinsics and builtins

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 12 10:13:20 PST 2019


tlively updated this revision to Diff 186504.
tlively added a comment.

- Update tests to check full polymorphism of llvm.memcpy and llvm.memmove


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57736/new/

https://reviews.llvm.org/D57736

Files:
  clang/include/clang/Basic/BuiltinsWebAssembly.def
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/builtins-wasm.c
  llvm/include/llvm/IR/IntrinsicsWebAssembly.td
  llvm/lib/Target/WebAssembly/WebAssemblyInstrBulkMemory.td
  llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.cpp
  llvm/test/CodeGen/WebAssembly/bulk-memory-intrinsics.ll
  llvm/test/CodeGen/WebAssembly/bulk-memory.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57736.186504.patch
Type: text/x-patch
Size: 14963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190212/29540390/attachment.bin>


More information about the llvm-commits mailing list