From 1977675a50ceeb7ae8ac2b1f219234ec4f0c224a Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Wed, 9 Jan 2013 07:04:23 +0000 Subject: [PATCH] add -march to the test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171956 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vec_sdiv_to_shift.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {