From: Nadav Rotem Date: Wed, 9 Jan 2013 07:04:23 +0000 (+0000) Subject: add -march to the test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1977675a50ceeb7ae8ac2b1f219234ec4f0c224a;p=oota-llvm.git add -march to the test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171956 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/vec_sdiv_to_shift.ll b/test/CodeGen/X86/vec_sdiv_to_shift.ll index 693463b8374..35e052d97bb 100644 --- a/test/CodeGen/X86/vec_sdiv_to_shift.ll +++ b/test/CodeGen/X86/vec_sdiv_to_shift.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mcpu=penryn -mattr=+avx2 | FileCheck %s +; RUN: llc < %s -march=x86-64 -mcpu=penryn -mattr=+avx2 | FileCheck %s define <8 x i16> @sdiv_vec8x16(<8 x i16> %var) {