[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 Jun 7 07:57:11 PDT 2017
dneilson added inline comments.
================
Comment at: include/llvm/IR/IntrinsicInst.h:210
+ /// C&P of all methods from that hierarchy
+ class ElementUnorderedAtomicMemCpyInst : public IntrinsicInst {
+ private:
----------------
I'm inclined to change this name to 'EUAMemcpyInst' to cut down on the length of its name. Any objections?
https://reviews.llvm.org/D33240
More information about the llvm-commits
mailing list