From: Nadav Rotem Date: Wed, 10 Aug 2011 19:49:19 +0000 (+0000) Subject: Fix the test. Add cpu target. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f429767765a5ccf0a5fb8c981a15dd8637736857;p=oota-llvm.git Fix the test. Add cpu target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137241 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/opt-shuff-tstore.ll b/test/CodeGen/X86/opt-shuff-tstore.ll index 4596068d22c..2d13feadede 100644 --- a/test/CodeGen/X86/opt-shuff-tstore.ll +++ b/test/CodeGen/X86/opt-shuff-tstore.ll @@ -1,4 +1,4 @@ -; RUN: llc -mcpu=corei7 < %s -o - -promote-elements -mattr=+sse2,+sse41 | FileCheck %s +; RUN: llc -mcpu=corei7 -march=x86-64 < %s -o - -promote-elements -mattr=+sse2,+sse41 | FileCheck %s ; CHECK: func_4_8 ; A single memory write