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 | 3f5825c6c1e9d3740451a8cd179ec8dd438d9f73 (patch) | |
| tree | 4fd5fc517324f07c244826a9e254137db0427316 /llvm/test/CodeGen | |
| parent | b50565b21a55dc1c6a4ac528d5bea80baa652ca2 (diff) | |
| download | bcm5719-llvm-3f5825c6c1e9d3740451a8cd179ec8dd438d9f73.tar.gz bcm5719-llvm-3f5825c6c1e9d3740451a8cd179ec8dd438d9f73.zip | |
add -march to the test
llvm-svn: 171956
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/vec_sdiv_to_shift.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_sdiv_to_shift.ll b/llvm/test/CodeGen/X86/vec_sdiv_to_shift.ll index 693463b8374..35e052d97bb 100644 --- a/llvm/test/CodeGen/X86/vec_sdiv_to_shift.ll +++ b/llvm/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) { |

