[llvm] [X86][AVX-VNNI] Fix VNNI intrinsics argument types (PR #122649)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 17:49:12 PST 2025


BaiXilin wrote:

> Need to handle the old signature in llvm/lib/IR/Autoupgrade.cpp too

Thank you for the feedback! To clarify, I should update `AutoUpgrade.cpp` such that the old signatures' input arguments are casted to match the correct types in the intrinsics?

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


More information about the llvm-commits mailing list