[PATCH] D57727: [WebAssembly] Lower memmove to memory.copy
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 4 17:03:32 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.
The lowering is identical to the memcpy lowering.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D57727
Files:
llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.cpp
llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h
llvm/test/CodeGen/WebAssembly/bulk-memory.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57727.185195.patch
Type: text/x-patch
Size: 4658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190205/f4b8edff/attachment.bin>
More information about the llvm-commits
mailing list