[clang] [llvm] [x86][AVX-VNNI] Fix VPDPWXXD Argument Types (PR #169456)

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 4 21:18:49 PST 2025


================

----------------
thurstond wrote:

They're expected. @BaiXilin had kindly added some AVX2/AVX10 intrinsic cases to MemorySanitizer that I had missed (e.g., @llvm.x86.avx10.vpdpwsud.512; see lines 5972-5989 of llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp); hence the default (wrong) instrumentation on the LHS is updated to use the correct instrumentation.

Thanks for the careful review! :-)




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


More information about the llvm-commits mailing list