[Mlir-commits] [clang] [llvm] [mlir] [x86][AVX-VNNI] Fix VPDPBXXD Argument Type (PR #159222)

Simon Pilgrim llvmlistbot at llvm.org
Thu Sep 18 03:57:49 PDT 2025


================
@@ -0,0 +1,291 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx10.2 --show-mc-encoding | FileCheck %s --check-prefixes=X86
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx10.2 --show-mc-encoding | FileCheck %s --check-prefixes=X64
+
+declare <4 x i32> @llvm.x86.avx2.vpdpbssd.128(<4 x i32>, <4 x i32>, <4 x i32>)
----------------
RKSimon wrote:

shouldn't the "avx2" intrinsics be in a avxvnniint8-intrinsics-upgrade.ll file?

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


More information about the Mlir-commits mailing list