[llvm-branch-commits] [msan] Handle blendv intrinsics (PR #94882)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jun 10 13:55:02 PDT 2024
================
@@ -3357,6 +3357,37 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
setOriginForNaryOp(I);
}
+ Value *convertBlendvToSelectMask(IRBuilder<> &IRB, Value *C) {
----------------
vitalybuka wrote:
they are member of MemorySanitizerVisitor:: and access some fields
https://github.com/llvm/llvm-project/pull/94882
More information about the llvm-branch-commits
mailing list