[llvm-branch-commits] [msan] Handle blendv intrinsics (PR #94882)

Florian Mayer via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jun 10 11:26:26 PDT 2024


================
@@ -3357,6 +3357,37 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
     setOriginForNaryOp(I);
   }
 
+  Value *convertBlendvToSelectMask(IRBuilder<> &IRB, Value *C) {
----------------
fmayer wrote:

should these two be `static`?

https://github.com/llvm/llvm-project/pull/94882


More information about the llvm-branch-commits mailing list