[llvm] [msan] Handle llvm.x86.vcvtps2ph.128/256 explicitly (PR #130705)
    Alexander Shaposhnikov via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Mar 12 15:53:08 PDT 2025
    
    
  
================
@@ -4868,6 +4928,12 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
       break;
     }
 
+    case Intrinsic::x86_vcvtps2ph_128:
----------------
alexander-shaposhnikov wrote:
what about x86_vcvtph2ps_128 etc ?
fwiw - it's totally fine to handle them on a separate PR (if they are not 
handled yet)
https://github.com/llvm/llvm-project/pull/130705
    
    
More information about the llvm-commits
mailing list