[PATCH] D34884: Add element atomic memmove intrinsic

Daniel Neilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 07:39:48 PDT 2017


dneilson created this revision.

Continuing the work from https://reviews.llvm.org/D33240, this change introduces an element unordered-atomic memmove intrinsic. This intrinsic is essentially memmove with the implementation requirement that all loads/stores used for the copy are done with unordered-atomic loads/stores of a given element size.


https://reviews.llvm.org/D34884

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
  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: D34884.104854.patch
Type: text/x-patch
Size: 19797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170630/6cf49f44/attachment.bin>


More information about the llvm-commits mailing list