[llvm] [msan] Handle x86_avx512_(min|max)_p[sd]_512 intrinsics (PR #124421)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 26 15:10:23 PST 2025
================
@@ -3043,7 +3049,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
}
if (I.doesNotAccessMemory())
- if (maybeHandleSimpleNomemIntrinsic(I))
+ if (maybeHandleSimpleNomemIntrinsic(I, /* trailingFlags */ 0))
----------------
vitalybuka wrote:
I believe convention is `/*trailingFlags=*/`, please double check
https://github.com/llvm/llvm-project/pull/124421
More information about the llvm-commits
mailing list