[PATCH] D135938: [X86] Add AVX-VNNI-INT8 instructions.

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 14 01:27:40 PDT 2022


RKSimon added inline comments.


================
Comment at: clang/test/CodeGen/avxvnniint8-builtins.c:1
+// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-unknown-unknown -target-feature +avxvnniint8 -emit-llvm -o - -Wall -Werror | FileCheck %s
+
----------------
32-bit test coverage?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135938



More information about the cfe-commits mailing list