diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-03-06 21:50:42 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-03-06 21:50:42 +0000 |
| commit | 3fee49b236664ce8d8fa753ebf4ea74354635052 (patch) | |
| tree | 7e95de230ce2df1cdcede469ca586b63f467c57d | |
| parent | a800b6c04b5da3a320aabaea6082e46ced7f9452 (diff) | |
| download | bcm5719-llvm-3fee49b236664ce8d8fa753ebf4ea74354635052.tar.gz bcm5719-llvm-3fee49b236664ce8d8fa753ebf4ea74354635052.zip | |
fixed to test features, not CPUs
llvm-svn: 231524
| -rw-r--r-- | llvm/test/CodeGen/X86/haddsub-undef.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/haddsub-undef.ll b/llvm/test/CodeGen/X86/haddsub-undef.ll index 954a9d994e6..dfe5fff72d0 100644 --- a/llvm/test/CodeGen/X86/haddsub-undef.ll +++ b/llvm/test/CodeGen/X86/haddsub-undef.ll @@ -1,6 +1,6 @@ -; RUN: llc < %s -march=x86-64 -mcpu=corei7 -mattr=+ssse3 | FileCheck %s -check-prefix=CHECK -check-prefix=SSE -; RUN: llc < %s -march=x86-64 -mcpu=corei7-avx | FileCheck %s -check-prefix=CHECK -check-prefix=AVX -; RUN: llc < %s -march=x86-64 -mcpu=core-avx2 | FileCheck %s -check-prefix=CHECK -check-prefix=AVX2 +; RUN: llc < %s -march=x86-64 -mattr=ssse3 | FileCheck %s -check-prefix=CHECK -check-prefix=SSE +; RUN: llc < %s -march=x86-64 -mattr=avx | FileCheck %s -check-prefix=CHECK -check-prefix=AVX +; RUN: llc < %s -march=x86-64 -mattr=avx2 | FileCheck %s -check-prefix=CHECK -check-prefix=AVX2 ; Verify that we correctly fold horizontal binop even in the presence of UNDEFs. |

