Author: Simon Pilgrim
Date: 2020-10-30T16:23:08Z
New Revision: 973317cc5e4612a85e39dc1ffb20423c96bc9db2

URL: 
https://github.com/llvm/llvm-project/commit/973317cc5e4612a85e39dc1ffb20423c96bc9db2
DIFF: 
https://github.com/llvm/llvm-project/commit/973317cc5e4612a85e39dc1ffb20423c96bc9db2.diff

LOG: [CodeGen][X86] Remove unused check-prefix in constrained fma tests

Added: 
    

Modified: 
    clang/test/CodeGen/X86/fma-builtins-constrained.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/X86/fma-builtins-constrained.c 
b/clang/test/CodeGen/X86/fma-builtins-constrained.c
index e5c22ec8b80d..6d280a237432 100644
--- a/clang/test/CodeGen/X86/fma-builtins-constrained.c
+++ b/clang/test/CodeGen/X86/fma-builtins-constrained.c
@@ -1,8 +1,8 @@
 // REQUIRES: x86-registered-target
-// RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-unknown-linux-gnu 
-target-feature +fma -O2 -emit-llvm -o - | FileCheck --check-prefix=COMMON 
--check-prefix=COMMONIR --check-prefix=UNCONSTRAINED %s
-// RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-unknown-linux-gnu 
-target-feature +fma -ffp-exception-behavior=strict -O2 -emit-llvm -o - | 
FileCheck --check-prefix=COMMON --check-prefix=COMMONIR 
--check-prefix=CONSTRAINED %s
-// RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-unknown-linux-gnu 
-target-feature +fma -O2 -S -o - | FileCheck --check-prefix=COMMON 
--check-prefix=CHECK-ASM --check-prefix=CHECK-ASM-UNCONSTRAINED %s
-// RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-unknown-linux-gnu 
-target-feature +fma -O2 -ffp-exception-behavior=strict -S -o - | FileCheck 
--check-prefix=COMMON --check-prefix=CHECK-ASM 
--check-prefix=CHECK-ASM-CONSTRAINED %s
+// RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-unknown-linux-gnu 
-target-feature +fma -O2 -emit-llvm -o - | FileCheck %s 
--check-prefixes=COMMON,COMMONIR,UNCONSTRAINED
+// RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-unknown-linux-gnu 
-target-feature +fma -ffp-exception-behavior=strict -O2 -emit-llvm -o - | 
FileCheck %s --check-prefixes=COMMON,COMMONIR,CONSTRAINED
+// RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-unknown-linux-gnu 
-target-feature +fma -O2 -S -o - | FileCheck %s 
--check-prefixes=COMMON,CHECK-ASM
+// RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-unknown-linux-gnu 
-target-feature +fma -O2 -ffp-exception-behavior=strict -S -o - | FileCheck %s 
--check-prefixes=COMMON,CHECK-ASM
 
 #include <immintrin.h>
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to