[llvm] [MSAN] handle permi2var (PR #146437)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 2 12:21:55 PDT 2025


================
@@ -4270,6 +4271,25 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
     setOrigin(&I, PtrSrcOrigin);
   }
 
+  void checkPermilvarIndexShadow(IRBuilder<> &IRB, Value *Idx, Instruction *I) {
----------------
fmayer wrote:

done

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


More information about the llvm-commits mailing list