[llvm] [IRBuilder] Use AAMDNodes helper class in CreateMem* routines [nfc-ish] (PR #139950)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu May 15 09:44:44 PDT 2025
================
@@ -757,9 +733,7 @@ class IRBuilderBase {
/// and noalias tags.
CallInst *CreateElementUnorderedAtomicMemMove(
Value *Dst, Align DstAlign, Value *Src, Align SrcAlign, Value *Size,
- uint32_t ElementSize, MDNode *TBAATag = nullptr,
----------------
fhahn wrote:
It looks like the doc comment needs to be updated now, probably for all declarations.
https://github.com/llvm/llvm-project/pull/139950
More information about the llvm-commits
mailing list