summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2015-07-05 19:03:51 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2015-07-05 19:03:51 +0000
commit434cb684a84d0bb9d1e77dd7d97b80dc809e2f2b (patch)
tree176b6d970ebad95c794074bad2afeaa97d686d8e /llvm/test
parenta3229d7ff8e60256e76e27d90c5fb2e0078a363f (diff)
downloadbcm5719-llvm-434cb684a84d0bb9d1e77dd7d97b80dc809e2f2b.tar.gz
bcm5719-llvm-434cb684a84d0bb9d1e77dd7d97b80dc809e2f2b.zip
[X86][SSE2] Just use an explicit SSE2 target attribute - not a cpu type.
corei7 is capable of a lot more than just SSE2.... llvm-svn: 241409
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/sse2-vector-shifts.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sse2-vector-shifts.ll b/llvm/test/CodeGen/X86/sse2-vector-shifts.ll
index 7c8d5e57889..45028cf4bd3 100644
--- a/llvm/test/CodeGen/X86/sse2-vector-shifts.ll
+++ b/llvm/test/CodeGen/X86/sse2-vector-shifts.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+sse2 -mcpu=corei7 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+sse2 | FileCheck %s
; SSE2 Logical Shift Left
OpenPOWER on IntegriCloud