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

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 03:51:43 PST 2025


================
@@ -2,19 +2,19 @@
 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx512vnni --show-mc-encoding | FileCheck %s --check-prefixes=CHECK,X86
 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vnni --show-mc-encoding | FileCheck %s --check-prefixes=CHECK,X64
 
-declare <16 x i32> @llvm.x86.avx512.mask.vpdpbusd.512(<16 x i32>, <16 x i32>, <16 x i32>, i16)
-declare <16 x i32> @llvm.x86.avx512.maskz.vpdpbusd.512(<16 x i32>, <16 x i32>, <16 x i32>, i16)
----------------
RKSimon wrote:

The upgrade tests shouldn't be altered like this - we need to ensure that AutoUpgrade still handles all the old intrinsic signatures.

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


More information about the llvm-commits mailing list