[llvm] [llvm-mca][x86] Ensure avxvnni tests actually test the avxvnni instructions (PR #157892)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 18:58:16 PDT 2025
================
@@ -1,29 +1,29 @@
# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=icelake-server -instruction-tables < %s | FileCheck %s
-vpdpbusd %xmm0, %xmm1, %xmm2
-vpdpbusd (%rax), %xmm1, %xmm2
+{vex} vpdpbusd %xmm0, %xmm1, %xmm2
----------------
phoebewang wrote:
IceLake doesn't support AVXVNNI instrcution. Keep the AVX512 ones.
https://github.com/llvm/llvm-project/pull/157892
More information about the llvm-commits
mailing list