[clang] [llvm] [x86][AVX-VNNI] Fix VPDPBUSD Argument Types (PR #155194)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 28 23:01:16 PDT 2025
BaiXilin wrote:
> Don't the vpdpwss intrinsics need fixing to use vXi16 types as well?
Yes, VNNI intrinsic `vpdpbsud[,s], vpdpbssd[,s], vpdpbuud[,s], vpdpwssd, vpdpwuud, vpdpwsud, vpdpwssd` are suffering from the same type problem.
Only `vpdpbusd` and `vpdpbusds` are fixed because:
1. I want to make sure that I'm doing it correctly,
3. The size of this one MR might be too large if I updated all of them
Should I separate other intrinsic into a few MRs (maybe 2) to keep the size of each manageable?
https://github.com/llvm/llvm-project/pull/155194
More information about the cfe-commits
mailing list