[llvm] [msan] Handle AVX512 VCVTPS2PH (PR #154460)

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 21 14:08:48 PDT 2025


================
@@ -5354,6 +5405,30 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
       break;
     }
 
+    // Convert Packed Single Precision Floating-Point Values
+    //   to Packed Signed Doubleword Integer Values
+    //
+    // <16 x i32> @llvm.x86.avx512.mask.cvtps2dq.512
+    //                (<16 x float>, <16 x i32>, i16, i32)
+    case Intrinsic::x86_avx512_mask_cvtps2dq_512: {
----------------
thurstond wrote:

Removed

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


More information about the llvm-commits mailing list