[clang] [llvm] [mlir] [x86][AVX-VNNI] Fix VPDPBXXD Argument Type (PR #159222)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 21 08:48:54 PDT 2025
================
@@ -0,0 +1,196 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avxvnniint8 --show-mc-encoding | FileCheck %s --check-prefixes=X86
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avxvnniint8 --show-mc-encoding | FileCheck %s --check-prefixes=X64
----------------
RKSimon wrote:
Please can you add the -mattr=+avx10.2 RUNs as well to match avxvnniint8-intrinsics.ll
https://github.com/llvm/llvm-project/pull/159222
More information about the llvm-commits
mailing list