From bbe055dd73cf3f87e6e6481b5aa36bcc875cbe23 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 30 Oct 2020 15:56:16 +0000 Subject: [PATCH] [CodeGen][X86] Remove unused check-prefix in amx inline asm tests --- clang/test/CodeGen/X86/amx_inline_asm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/X86/amx_inline_asm.c b/clang/test/CodeGen/X86/amx_inline_asm.c index 9d828f8..24788ad 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) { -- 2.7.4