[PATCH] D33240: [Atomics] Rename and change prototype for atomic memcpy intrinsic
Daniel Neilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 14:33:31 PDT 2017
dneilson updated this revision to Diff 100922.
dneilson added a comment.
- Remove volatile arg from intrinsic.
- Add check to verifier to ensure that constant length is a multiple of element size & add corresponding test.
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.100922.patch
Type: text/x-patch
Size: 36721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170531/3e3af2e0/attachment-0001.bin>
More information about the llvm-commits
mailing list