[PATCH] D34885: Add element atomic memset intrinsic

Daniel Neilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 14:27:33 PDT 2017


dneilson updated this revision to Diff 106310.
dneilson added a comment.
Herald added subscribers: aheejin, jgravelle-google, sbc100, dschuff, jfb.

- rebase
- add entries to WebAssembly runtime lib lists due to change in RTLIB::Libcall enum.


https://reviews.llvm.org/D34885

Files:
  docs/LangRef.rst
  include/llvm/CodeGen/RuntimeLibcalls.h
  include/llvm/IR/IntrinsicInst.h
  include/llvm/IR/Intrinsics.td
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/IR/Verifier.cpp
  lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  test/CodeGen/X86/element-wise-atomic-memory-intrinsics.ll
  test/Verifier/element-wise-atomic-memory-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34885.106310.patch
Type: text/x-patch
Size: 19688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170712/2d597b01/attachment.bin>


More information about the llvm-commits mailing list