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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to