summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx1-logical-load-folding.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2014-04-10 00:27:43 +0000
committerJim Grosbach <grosbach@apple.com>2014-04-10 00:27:43 +0000
commit6472a514dc8db8414ddd86cfa3aefef84c45b41d (patch)
tree7f4d761ebef4bc15e2b1efffa8ae18c0a253fd46 /test/CodeGen/X86/avx1-logical-load-folding.ll
parentafb4ef3549c25bb3d4808be484aa0163bd829492 (diff)
downloadllvm-6472a514dc8db8414ddd86cfa3aefef84c45b41d.tar.gz
llvm-6472a514dc8db8414ddd86cfa3aefef84c45b41d.tar.bz2
llvm-6472a514dc8db8414ddd86cfa3aefef84c45b41d.tar.xz
X86: Tighten up test.
llc CPU autodection bites again. Speculative fix for bot failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205940 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/avx1-logical-load-folding.ll')
-rw-r--r--test/CodeGen/X86/avx1-logical-load-folding.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/avx1-logical-load-folding.ll b/test/CodeGen/X86/avx1-logical-load-folding.ll
index 56ef55309b..32301b1bf9 100644
--- a/test/CodeGen/X86/avx1-logical-load-folding.ll
+++ b/test/CodeGen/X86/avx1-logical-load-folding.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O3 -disable-peephole -mattr=-avx2 < %s | FileCheck %s
+; RUN: llc -O3 -disable-peephole -mcpu=corei7-avx -mattr=+avx < %s | FileCheck %s
target datalayout = "e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.9.0"