From: Simon Pilgrim Date: Thu, 1 Dec 2016 14:56:48 +0000 (+0000) Subject: [X86][SSE] Tidied up filecheck prefixes for uitofp fast-math tests. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03aab9481f0a3ddc7005a788f4c3f3f9030917f2;p=llvm [X86][SSE] Tidied up filecheck prefixes for uitofp fast-math tests. They should be in 'narrowing' order from common to more specific test prefixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288338 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/vec_uint_to_fp-fastmath.ll b/test/CodeGen/X86/vec_uint_to_fp-fastmath.ll index cb8e2096585..8f0e8b25689 100644 --- a/test/CodeGen/X86/vec_uint_to_fp-fastmath.ll +++ b/test/CodeGen/X86/vec_uint_to_fp-fastmath.ll @@ -1,9 +1,9 @@ ; RUN: llc < %s -mtriple=x86_64 -enable-unsafe-fp-math \ -; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=SSE --check-prefix=CST +; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=CST --check-prefix=SSE --check-prefix=SSE2 ; RUN: llc < %s -mtriple=x86_64 -enable-unsafe-fp-math -mattr=+sse4.1 \ -; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=SSE --check-prefix=CST +; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=CST --check-prefix=SSE --check-prefix=SSE41 ; RUN: llc < %s -mtriple=x86_64 -enable-unsafe-fp-math -mattr=+avx \ -; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=AVX --check-prefix=CST +; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=CST --check-prefix=AVX ; RUN: llc < %s -mtriple=x86_64 -enable-unsafe-fp-math -mattr=+avx2 \ ; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=AVX2 ; RUN: llc < %s -mtriple=x86_64 -enable-unsafe-fp-math -mattr=+avx512f \