[PATCH] D89105: [X86] Support Intel avxvnni
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 01:19:43 PDT 2020
RKSimon added inline comments.
================
Comment at: clang/test/CodeGen/avxvnni-builtins.c:1
+// RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-apple-darwin -target-feature +avxvnni -emit-llvm -o - -Wall -Werror | FileCheck %s
+
----------------
Please can you move this test file under the X86 subdirectory?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89105/new/
https://reviews.llvm.org/D89105
More information about the llvm-commits
mailing list