diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-08-23 20:21:34 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-08-23 20:21:34 +0000 |
commit | 94a2c5642d03669bbf8b3d01c061ab6e55630e74 (patch) | |
tree | 4cfaabe39cb77c0e999d6d5862b41ddab2e29187 /llvm/test/CodeGen/X86/vec_compare-sse4.ll | |
parent | 145afa17caedb3ff6d58dfd75dd72047810190d1 (diff) | |
download | bcm5719-llvm-94a2c5642d03669bbf8b3d01c061ab6e55630e74.tar.gz bcm5719-llvm-94a2c5642d03669bbf8b3d01c061ab6e55630e74.zip |
Rename features to match what gcc and clang use.
There is no advantage in being different and using the same names simplifies
clang a bit.
llvm-svn: 189141
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_compare-sse4.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_compare-sse4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_compare-sse4.ll b/llvm/test/CodeGen/X86/vec_compare-sse4.ll index a08d9f5b11d..26a4773a186 100644 --- a/llvm/test/CodeGen/X86/vec_compare-sse4.ll +++ b/llvm/test/CodeGen/X86/vec_compare-sse4.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=x86 -mattr=-sse3,+sse2 | FileCheck %s -check-prefix=SSE2 -; RUN: llc < %s -march=x86 -mattr=-sse42,+sse41 | FileCheck %s -check-prefix=SSE41 +; RUN: llc < %s -march=x86 -mattr=-sse4.2,+sse4.1 | FileCheck %s -check-prefix=SSE41 ; RUN: llc < %s -march=x86 -mattr=+sse42 | FileCheck %s -check-prefix=SSE42 define <2 x i64> @test1(<2 x i64> %A, <2 x i64> %B) nounwind { |