diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-02-28 23:47:09 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-02-28 23:47:09 +0000 |
| commit | db962e2afb6d23acb8c4509b0ee431eb267e7a85 (patch) | |
| tree | 9062d33babdeca7842b6b071281cb0630371c403 /llvm/test/CodeGen | |
| parent | 16d182acb90592983d6a0f1c9080685a86f3a4b5 (diff) | |
| download | bcm5719-llvm-db962e2afb6d23acb8c4509b0ee431eb267e7a85.tar.gz bcm5719-llvm-db962e2afb6d23acb8c4509b0ee431eb267e7a85.zip | |
fixed to test only the feature, not the feature and a CPU
llvm-svn: 230878
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/vselect.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vselect.ll b/llvm/test/CodeGen/X86/vselect.ll index 71620af95da..2d10b902b6c 100644 --- a/llvm/test/CodeGen/X86/vselect.ll +++ b/llvm/test/CodeGen/X86/vselect.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=x86_64-unknown-unknown -mcpu=corei7 -mattr=-sse4.1 < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=-sse4.1 < %s | FileCheck %s ; Verify that we don't emit packed vector shifts instructions if the ; condition used by the vector select is a vector of constants. |

