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) {