diff options
author | Nadav Rotem <nrotem@apple.com> | 2013-01-09 07:04:23 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2013-01-09 07:04:23 +0000 |
commit | 1977675a50ceeb7ae8ac2b1f219234ec4f0c224a (patch) | |
tree | 1ab01cc7fef49ba4bc4c0016bdfad716b7c2352f /test/CodeGen/X86 | |
parent | 699b8705563a62cbe2f56594144001a6c9639c2e (diff) |
add -march to the test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/vec_sdiv_to_shift.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_sdiv_to_shift.ll b/test/CodeGen/X86/vec_sdiv_to_shift.ll index 693463b837..35e052d97b 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) { |