[PATCH] D57791: [WebAssembly] memory.fill and finish bulk memory

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 14:55:01 PST 2019


tlively created this revision.
tlively added a reviewer: aheejin.
Herald added subscribers: llvm-commits, sunfish, hiraditya, jgravelle-google, sbc100, dschuff.
Herald added a project: LLVM.

memset lowering, fix argument types in memcpy lowering, and
test encodings. Depends on D57736 <https://reviews.llvm.org/D57736>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D57791

Files:
  llvm/lib/Target/WebAssembly/WebAssemblyISD.def
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyInstrBulkMemory.td
  llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.cpp
  llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h
  llvm/test/CodeGen/WebAssembly/bulk-memory-intrinsics.ll
  llvm/test/CodeGen/WebAssembly/bulk-memory.ll
  llvm/test/MC/WebAssembly/bulk-memory-encodings.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57791.185416.patch
Type: text/x-patch
Size: 14172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190205/51dd7d17/attachment.bin>


More information about the llvm-commits mailing list