[llvm] [IR] Remove the AtomicMem*Inst helper classes (PR #138710)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue May 6 13:12:58 PDT 2025
================
@@ -61,11 +61,11 @@ void expandMemSetAsLoop(MemSetInst *MemSet);
/// Expand \p MemSetPattern as a loop. \p MemSet is not deleted.
void expandMemSetPatternAsLoop(MemSetPatternInst *MemSet);
-/// Expand \p AtomicMemCpy as a loop. \p AtomicMemCpy is not deleted.
-void expandAtomicMemCpyAsLoop(AtomicMemCpyInst *AtomicMemCpy,
+/// Expand an atomic \p MemCpy as a loop. \p AtomicMemCpy is not deleted.
----------------
nikic wrote:
`\p` refers to parameter names, so this doc comment shouldn't change.
https://github.com/llvm/llvm-project/pull/138710
More information about the llvm-commits
mailing list