[PATCH] D33240: [Atomics] Rename and change prototype for atomic memcpy intrinsic

Daniel Neilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 13:27:49 PDT 2017


dneilson updated this revision to Diff 99618.
dneilson marked 3 inline comments as done.
dneilson added a comment.

Addressing some comments -- use of getters, adding assertions to setters, and some minor wording changes to LangRef.


https://reviews.llvm.org/D33240

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/Transforms/InstCombine/InstCombineCalls.cpp
  lib/Transforms/InstCombine/InstCombineInternal.h
  test/CodeGen/X86/element-wise-atomic-memory-intrinsics.ll
  test/Transforms/InstCombine/element-atomic-memcpy-to-loads.ll
  test/Verifier/element-wise-atomic-memory-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33240.99618.patch
Type: text/x-patch
Size: 32953 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170519/a8ddb181/attachment.bin>


More information about the llvm-commits mailing list