[PATCH] D155145: Add AVX-VNNI-INT16 instructions.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 13 20:26:00 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/X86/avxvnniint16-intrinsics.ll:3
+; RUN: llc < %s -verify-machineinstrs -mtriple=x86_64-unknown-unknown --show-mc-encoding -mattr=+avx2,+avxvnniint16 | FileCheck %s --check-prefixes=X64
+; RUN: llc < %s -verify-machineinstrs -mtriple=i686-unknown-unknown --show-mc-encoding -mattr=+avx2,+avxvnniint16 | FileCheck %s --check-prefixes=X86
+
----------------
pengfei wrote:
> `X86,CHECK`
I thought the common prefix had to be first? But I might be wrong


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155145/new/

https://reviews.llvm.org/D155145



More information about the cfe-commits mailing list