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

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 2 11:22:35 PDT 2025


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

Assuming this will be used by handleAVXVpermi2var (current patch) and handleAVXVpermilvar (future patch?), please rename so that it's not Permilvar-specific, and also to include AVX.

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


More information about the llvm-commits mailing list