[clang] bbe055d - [CodeGen][X86] Remove unused check-prefix in amx inline asm tests
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 30 09:16:39 PDT 2020
Author: Simon Pilgrim
Date: 2020-10-30T16:13:45Z
New Revision: bbe055dd73cf3f87e6e6481b5aa36bcc875cbe23
URL: https://github.com/llvm/llvm-project/commit/bbe055dd73cf3f87e6e6481b5aa36bcc875cbe23
DIFF: https://github.com/llvm/llvm-project/commit/bbe055dd73cf3f87e6e6481b5aa36bcc875cbe23.diff
LOG: [CodeGen][X86] Remove unused check-prefix in amx inline asm tests
Added:
Modified:
clang/test/CodeGen/X86/amx_inline_asm.c
Removed:
################################################################################
diff --git a/clang/test/CodeGen/X86/amx_inline_asm.c b/clang/test/CodeGen/X86/amx_inline_asm.c
index 9d828f8ac94e..24788adfd2cb 100644
--- a/clang/test/CodeGen/X86/amx_inline_asm.c
+++ b/clang/test/CodeGen/X86/amx_inline_asm.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -ffreestanding -triple=x86_64-unknown-unknown -target-feature +amx-int8 -target-feature +amx-bf16 -emit-llvm -o - -Wall -Werror -pedantic | FileCheck %s --check-prefixes=CHECK,X86_64
+// RUN: %clang_cc1 %s -ffreestanding -triple=x86_64-unknown-unknown -target-feature +amx-int8 -target-feature +amx-bf16 -emit-llvm -o - -Wall -Werror -pedantic | FileCheck %s
void f_tilemul(short a)
{
More information about the cfe-commits
mailing list